#2d1dc6

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

Shades of Persian Blue #2D1DC6

Tints of Persian Blue #2D1DC6

Color information

#2D1DC6 (or 0x2D1DC6) is unknown color: approx Persian Blue. HEX triplet: 2D, 1D and C6. RGB value is (45,29,198). Sum of RGB (Red+Green+Blue) = 45+29+198=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 198 (77.73% from 255 or 72.79% from 272); Max value from RGB is 198 - color contains mainly: blue. Hex color #2D1DC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2D1DC6 is #D2E239. Grayscale: #343434. Windows color (decimal): -13820474 or 12983597. OLE color: 12983597.

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

Color convert

RGB4529198-
CMYK0.770.8500.22
HSL245.68º74.45%44.51%-
HSV(B)245.68º85.35%77.65%-
XYZ11.715.5153.87-
YUV53.05209.8122.26-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.54%
GREEN value IS 29 (11.72% from 255) = 10.66%
BLUE value IS 198 (77.73% from 255) = 72.79%
R=16.54%
G=10.66%
B=72.79%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal45291980.770.8500.22245.6874.4544.51
Hex2D1DC64D55016f64a2d
Octal553530611512502636611255
Binary101101111011100011010011011010101010110111101101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d1dc6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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