Html Css Color HEX #2D006E Persian Indigo

📋 copy color: '#2D006E'

red 45 ◦ green 0 ◦ blue 110

#2D006E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #2D006E

Tints of Persian Indigo #2D006E

RGB

 RED value IS 45 (17.97% from 255) = 29.03%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 70.97%

R = 29.03%
G = 0%
B = 70.97%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2D006E (or 0x2D006E) is known color: Persian Indigo. HEX triplet: 2D, 00 and 6E. RGB value is (45,0,110). Sum of RGB (Red+Green+Blue) = 45+0+110=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 110 (43.36% from 255 or 70.97% from 155); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D006E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D006E is #D2FF91. Grayscale: #191919. Windows color (decimal): -13827986 or 7209005. OLE color: 7209005.

HSL color Cylindrical-coordinate representation of color #2D006E: hue angle of 264.55º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D006E is Cyan = 0.59, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 45 0 110 -
CMYK 0.59 1 0 0.57
HSL 264.55º 1% 0.22% -
HSV(B) 264.55º 1% 0.43% -
XYZ 3.9 1.68 14.87 -
YUV 26 175.41 141.56 -
System Red Green Blue C M Y K H S L
Decimal 45 0 110 0.59 1 0 0.57 264.55 1 0.22
Hex 2D 0 6E 3B 64 0 39 109 64 16
Octal 55 0 156 73 144 0 71 411 144 26
Binary 101101 0 1101110 111011 1100100 0 111001 100001001 1100100 10110

Color Harmonies of #2D006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D006E

Black with #2D006E

Text Example


Text Example

White with #2D006E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,0,110); }

 H1.HeaderClassName
 {
   color: #2D006E;
 }
 .AnyTagClassName
 {
   color: #2D006E;
 }
</style>

background-color css

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

 a { background-color: rgb(45,0,110); }

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

border-color css

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

 span { border-color: rgb(45,0,110); }

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