#2D2AC6

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

Shades of Persian Blue #2D2AC6

Tints of Persian Blue #2D2AC6

Color information

#2D2AC6 (or 0x2D2AC6) is unknown color: approx Persian Blue. HEX triplet: 2D, 2A and C6. RGB value is (45,42,198). Sum of RGB (Red+Green+Blue) = 45+42+198=285 (37% of max value = 765). Red value is 45 (17.97% from 255 or 15.79% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 198 (77.73% from 255 or 69.47% from 285); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D2AC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D2AC6 is #D2D539. Grayscale: #3C3C3C. Windows color (decimal): -13817146 or 12986925. OLE color: 12986925.

HSL color Cylindrical-coordinate representation of color #2D2AC6: hue angle of 241.15º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D2AC6 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4542198-
CMYK0.770.7900.22
HSL241.15º65%47.06%-
HSV(B)241.15º78.79%77.65%-
XYZ12.16.2954-
YUV60.68205.49116.82-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.79%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 198 (77.73% from 255) = 69.47%
R=15.79%
G=14.74%
B=69.47%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45421980.770.7900.22241.156547.06
Hex2D2AC64D4F016f1412f
Octal555230611511702636110157
Binary1011011010101100011010011011001111010110111100011000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D2AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,42,198); }

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

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

 a { background-color: rgb(45,42,198); }

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

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

 span { border-color: rgb(45,42,198); }

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