Html Css Color HEX #2D0789 Persian Indigo

📋 copy color: '#2D0789'

red 45 ◦ green 7 ◦ blue 137

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

Shades of Persian Indigo #2D0789

Tints of Persian Indigo #2D0789

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.7%

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

R = 23.81%
G = 3.7%
B = 72.49%

CMYK

 C value IS 0.67

 M value IS 0.95

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D0789 (or 0x2D0789) is known color: Persian Indigo. HEX triplet: 2D, 07 and 89. RGB value is (45,7,137). Sum of RGB (Red+Green+Blue) = 45+7+137=189 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.81% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 137 (53.91% from 255 or 72.49% from 189); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D0789 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0789 is #D2F876. Grayscale: #202020. Windows color (decimal): -13826167 or 8980269. OLE color: 8980269.

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

Color convert

RGB 45 7 137 -
CMYK 0.67 0.95 0 0.46
HSL 257.54º 0.9% 0.28% -
HSV(B) 257.54º 0.95% 0.54% -
XYZ 5.67 2.52 23.85 -
YUV 33.18 186.59 136.43 -
System Red Green Blue C M Y K H S L
Decimal 45 7 137 0.67 0.95 0 0.46 257.54 0.9 0.28
Hex 2D 7 89 43 5F 0 2E 102 5A 1C
Octal 55 7 211 103 137 0 56 402 132 34
Binary 101101 111 10001001 1000011 1011111 0 101110 100000010 1011010 11100

Color Harmonies of #2D0789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0789

Black with #2D0789

Text Example


Text Example

White with #2D0789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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