Html Css Color HEX #2D0989 Persian Indigo

📋 copy color: '#2D0989'

red 45 ◦ green 9 ◦ blue 137

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

Shades of Persian Indigo #2D0989

Tints of Persian Indigo #2D0989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 71.73%

R = 23.56%
G = 4.71%
B = 71.73%

CMYK

 C value IS 0.67

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D0989 (or 0x2D0989) is known color: Persian Indigo. HEX triplet: 2D, 09 and 89. RGB value is (45,9,137). Sum of RGB (Red+Green+Blue) = 45+9+137=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 137 (53.91% from 255 or 71.73% from 191); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D0989 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0989 is #D2F676. Grayscale: #212121. Windows color (decimal): -13825655 or 8980781. OLE color: 8980781.

HSL color Cylindrical-coordinate representation of color #2D0989: hue angle of 256.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0989 is Cyan = 0.67, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 45 9 137 -
CMYK 0.67 0.93 0 0.46
HSL 256.88º 0.88% 0.29% -
HSV(B) 256.88º 0.93% 0.54% -
XYZ 5.7 2.56 23.86 -
YUV 34.36 185.93 135.59 -
System Red Green Blue C M Y K H S L
Decimal 45 9 137 0.67 0.93 0 0.46 256.88 0.88 0.29
Hex 2D 9 89 43 5D 0 2E 101 58 1D
Octal 55 11 211 103 135 0 56 401 130 35
Binary 101101 1001 10001001 1000011 1011101 0 101110 100000001 1011000 11101

Color Harmonies of #2D0989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0989

Black with #2D0989

Text Example


Text Example

White with #2D0989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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