Html Css Color HEX #2D026C Persian Indigo

📋 copy color: '#2D026C'

red 45 ◦ green 2 ◦ blue 108

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

Shades of Persian Indigo #2D026C

Tints of Persian Indigo #2D026C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

 BLUE value IS 108 (42.58% from 255) = 69.68%

R = 29.03%
G = 1.29%
B = 69.68%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D026C (or 0x2D026C) is known color: Persian Indigo. HEX triplet: 2D, 02 and 6C. RGB value is (45,2,108). Sum of RGB (Red+Green+Blue) = 45+2+108=155 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.03% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #2D026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D026C is #D2FD93. Grayscale: #1A1A1A. Windows color (decimal): -13827476 or 7078445. OLE color: 7078445.

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

Color convert

RGB 45 2 108 -
CMYK 0.58 0.98 0 0.58
HSL 264.34º 0.96% 0.22% -
HSV(B) 264.34º 0.98% 0.42% -
XYZ 3.81 1.68 14.31 -
YUV 26.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 45 2 108 0.58 0.98 0 0.58 264.34 0.96 0.22
Hex 2D 2 6C 3A 62 0 3A 108 60 16
Octal 55 2 154 72 142 0 72 410 140 26
Binary 101101 10 1101100 111010 1100010 0 111010 100001000 1100000 10110

Color Harmonies of #2D026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D026C

Black with #2D026C

Text Example


Text Example

White with #2D026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,2,108); }

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

background-color css

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

 a { background-color: rgb(45,2,108); }

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

border-color css

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

 span { border-color: rgb(45,2,108); }

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