#2d26c1

Color #2D26C1 Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #2D26C1

Tints of Persian Blue #2D26C1

Color information

#2D26C1 (or 0x2D26C1) is unknown color: approx Persian Blue. HEX triplet: 2D, 26 and C1. RGB value is (45,38,193). Sum of RGB (Red+Green+Blue) = 45+38+193=276 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.30% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 193 (75.78% from 255 or 69.93% from 276); Max value from RGB is 193 - color contains mainly: blue. Hex color #2D26C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D26C1 is #D2D93E. Grayscale: #393939. Windows color (decimal): -13818175 or 12658221. OLE color: 12658221.

HSL color Cylindrical-coordinate representation of color #2D26C1: hue angle of 242.71º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D26C1 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB4538193-
CMYK0.770.8000.24
HSL242.71º67.1%45.29%-
HSV(B)242.71º80.31%75.69%-
XYZ11.45.7950.97-
YUV57.76204.32118.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 45 (17.97% from 255) = 16.30%
GREEN value IS 38 (15.23% from 255) = 13.77%
BLUE value IS 193 (75.78% from 255) = 69.93%
R=16.30%
G=13.77%
B=69.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal45381930.770.8000.24242.7167.145.29
Hex2D26C14D50018f3432d
Octal554630111512003036310355
Binary1011011001101100000110011011010000011000111100111000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d26c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2d26c1; }

 p { color: rgb(45,38,193); }

 H1.HeaderClassName
 {
   color: #2d26c1;
 }
 .AnyTagClassName
 {
   color: #2d26c1;
 }
</style>
background-color css

<style>
 a { background-color: #2d26c1; }

 a { background-color: rgb(45,38,193); }

 div.DivClassName
 {
   background-color: #2d26c1;
 }
 .BgClassName
 {
   background-color: #2d26c1;
 }
</style>
border-color css

<style>
 span { border-color: #2d26c1; }

 span { border-color: rgb(45,38,193); }

 td.TdClassName
 {
   border-color: #2d26c1;
 }
 .TagClassName
 {
   border-color: #2d26c1;
 }
</style>