Html Css Color HEX #2D0072 Persian Indigo

📋 copy color: '#2D0072'

red 45 ◦ green 0 ◦ blue 114

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

Shades of Persian Indigo #2D0072

Tints of Persian Indigo #2D0072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 71.7%

R = 28.3%
G = 0%
B = 71.7%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D0072 (or 0x2D0072) is known color: Persian Indigo. HEX triplet: 2D, 00 and 72. RGB value is (45,0,114). Sum of RGB (Red+Green+Blue) = 45+0+114=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #2D0072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0072 is #D2FF8D. Grayscale: #1A1A1A. Windows color (decimal): -13827982 or 7471149. OLE color: 7471149.

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

Color convert

RGB 45 0 114 -
CMYK 0.61 1 0 0.55
HSL 263.68º 1% 0.22% -
HSV(B) 263.68º 1% 0.45% -
XYZ 4.12 1.77 16.04 -
YUV 26.45 177.41 141.23 -
System Red Green Blue C M Y K H S L
Decimal 45 0 114 0.61 1 0 0.55 263.68 1 0.22
Hex 2D 0 72 3D 64 0 37 108 64 16
Octal 55 0 162 75 144 0 67 410 144 26
Binary 101101 0 1110010 111101 1100100 0 110111 100001000 1100100 10110

Color Harmonies of #2D0072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0072

Black with #2D0072

Text Example


Text Example

White with #2D0072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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