Html Css Color HEX #2D026B Persian Indigo

📋 copy color: '#2D026B'

red 45 ◦ green 2 ◦ blue 107

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

Shades of Persian Indigo #2D026B

Tints of Persian Indigo #2D026B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 69.48%

R = 29.22%
G = 1.3%
B = 69.48%

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

#2D026B (or 0x2D026B) is known color: Persian Indigo. HEX triplet: 2D, 02 and 6B. RGB value is (45,2,107). Sum of RGB (Red+Green+Blue) = 45+2+107=154 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.22% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 107 (42.19% from 255 or 69.48% from 154); Max value from RGB is 107 - color contains mainly: blue. Hex color #2D026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D026B is #D2FD94. Grayscale: #1A1A1A. Windows color (decimal): -13827477 or 7012909. OLE color: 7012909.

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

Color convert

RGB 45 2 107 -
CMYK 0.58 0.98 0 0.58
HSL 264.57º 0.96% 0.21% -
HSV(B) 264.57º 0.98% 0.42% -
XYZ 3.76 1.66 14.03 -
YUV 26.83 173.25 140.96 -
System Red Green Blue C M Y K H S L
Decimal 45 2 107 0.58 0.98 0 0.58 264.57 0.96 0.21
Hex 2D 2 6B 3A 62 0 3A 109 60 15
Octal 55 2 153 72 142 0 72 411 140 25
Binary 101101 10 1101011 111010 1100010 0 111010 100001001 1100000 10101

Color Harmonies of #2D026B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D026B

Black with #2D026B

Text Example


Text Example

White with #2D026B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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