Html Css Color HEX #2D076A Persian Indigo

📋 copy color: '#2D076A'

red 45 ◦ green 7 ◦ blue 106

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

Shades of Persian Indigo #2D076A

Tints of Persian Indigo #2D076A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 67.09%

R = 28.48%
G = 4.43%
B = 67.09%

CMYK

 C value IS 0.58

 M value IS 0.93

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D076A (or 0x2D076A) is known color: Persian Indigo. HEX triplet: 2D, 07 and 6A. RGB value is (45,7,106). Sum of RGB (Red+Green+Blue) = 45+7+106=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 7 (3.12% from 255 or 4.43% from 158); Blue value is 106 (41.80% from 255 or 67.09% from 158); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D076A is #D2F895. Grayscale: #1D1D1D. Windows color (decimal): -13826198 or 6948653. OLE color: 6948653.

HSL color Cylindrical-coordinate representation of color #2D076A: hue angle of 263.03º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D076A is Cyan = 0.58, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 45 7 106 -
CMYK 0.58 0.93 0 0.58
HSL 263.03º 0.88% 0.22% -
HSV(B) 263.03º 0.93% 0.42% -
XYZ 3.76 1.75 13.78 -
YUV 29.65 171.09 138.95 -
System Red Green Blue C M Y K H S L
Decimal 45 7 106 0.58 0.93 0 0.58 263.03 0.88 0.22
Hex 2D 7 6A 3A 5D 0 3A 107 58 16
Octal 55 7 152 72 135 0 72 407 130 26
Binary 101101 111 1101010 111010 1011101 0 111010 100000111 1011000 10110

Color Harmonies of #2D076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D076A

Black with #2D076A

Text Example


Text Example

White with #2D076A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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