Html Css Color HEX #2D096A Persian Indigo

📋 copy color: '#2D096A'

red 45 ◦ green 9 ◦ blue 106

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

Shades of Persian Indigo #2D096A

Tints of Persian Indigo #2D096A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.63%

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

R = 28.13%
G = 5.63%
B = 66.25%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#2D096A (or 0x2D096A) is known color: Persian Indigo. HEX triplet: 2D, 09 and 6A. RGB value is (45,9,106). Sum of RGB (Red+Green+Blue) = 45+9+106=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 9 (3.91% from 255 or 5.62% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #2D096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D096A is #D2F695. Grayscale: #1E1E1E. Windows color (decimal): -13825686 or 6949165. OLE color: 6949165.

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

Color convert

RGB 45 9 106 -
CMYK 0.58 0.92 0 0.58
HSL 262.27º 0.84% 0.23% -
HSV(B) 262.27º 0.92% 0.42% -
XYZ 3.78 1.79 13.78 -
YUV 30.82 170.43 138.11 -
System Red Green Blue C M Y K H S L
Decimal 45 9 106 0.58 0.92 0 0.58 262.27 0.84 0.23
Hex 2D 9 6A 3A 5C 0 3A 106 54 17
Octal 55 11 152 72 134 0 72 406 124 27
Binary 101101 1001 1101010 111010 1011100 0 111010 100000110 1010100 10111

Color Harmonies of #2D096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D096A

Black with #2D096A

Text Example


Text Example

White with #2D096A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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