Html Css Color HEX #2D076E Persian Indigo

📋 copy color: '#2D076E'

red 45 ◦ green 7 ◦ blue 110

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

Shades of Persian Indigo #2D076E

Tints of Persian Indigo #2D076E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.32%

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

R = 27.78%
G = 4.32%
B = 67.9%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#2D076E (or 0x2D076E) is known color: Persian Indigo. HEX triplet: 2D, 07 and 6E. RGB value is (45,7,110). Sum of RGB (Red+Green+Blue) = 45+7+110=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #2D076E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D076E is #D2F891. Grayscale: #1D1D1D. Windows color (decimal): -13826194 or 7210797. OLE color: 7210797.

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

Color convert

RGB 45 7 110 -
CMYK 0.59 0.94 0 0.57
HSL 262.14º 0.88% 0.23% -
HSV(B) 262.14º 0.94% 0.43% -
XYZ 3.97 1.84 14.9 -
YUV 30.1 173.09 138.62 -
System Red Green Blue C M Y K H S L
Decimal 45 7 110 0.59 0.94 0 0.57 262.14 0.88 0.23
Hex 2D 7 6E 3B 5E 0 39 106 58 17
Octal 55 7 156 73 136 0 71 406 130 27
Binary 101101 111 1101110 111011 1011110 0 111001 100000110 1011000 10111

Color Harmonies of #2D076E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D076E

Black with #2D076E

Text Example


Text Example

White with #2D076E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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