Html Css Color HEX #2D006A Persian Indigo

📋 copy color: '#2D006A'

red 45 ◦ green 0 ◦ blue 106

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

Shades of Persian Indigo #2D006A

Tints of Persian Indigo #2D006A

RGB

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

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

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

R = 29.8%
G = 0%
B = 70.2%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D006A (or 0x2D006A) is known color: Persian Indigo. HEX triplet: 2D, 00 and 6A. RGB value is (45,0,106). Sum of RGB (Red+Green+Blue) = 45+0+106=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 106 (41.80% from 255 or 70.20% from 151); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D006A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D006A is #D2FF95. Grayscale: #191919. Windows color (decimal): -13827990 or 6946861. OLE color: 6946861.

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

Color convert

RGB 45 0 106 -
CMYK 0.58 1 0 0.58
HSL 265.47º 1% 0.21% -
HSV(B) 265.47º 1% 0.42% -
XYZ 3.68 1.6 13.75 -
YUV 25.54 173.41 141.88 -
System Red Green Blue C M Y K H S L
Decimal 45 0 106 0.58 1 0 0.58 265.47 1 0.21
Hex 2D 0 6A 3A 64 0 3A 109 64 15
Octal 55 0 152 72 144 0 72 411 144 25
Binary 101101 0 1101010 111010 1100100 0 111010 100001001 1100100 10101

Color Harmonies of #2D006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D006A

Black with #2D006A

Text Example


Text Example

White with #2D006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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