Html Css Color HEX #2D0089 Persian Indigo

📋 copy color: '#2D0089'

red 45 ◦ green 0 ◦ blue 137

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

Shades of Persian Indigo #2D0089

Tints of Persian Indigo #2D0089

RGB

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

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

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

R = 24.73%
G = 0%
B = 75.27%

CMYK

 C value IS 0.67

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#2D0089 (or 0x2D0089) is known color: Persian Indigo. HEX triplet: 2D, 00 and 89. RGB value is (45,0,137). Sum of RGB (Red+Green+Blue) = 45+0+137=182 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.73% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #2D0089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0089 is #D2FF76. Grayscale: #1C1C1C. Windows color (decimal): -13827959 or 8978477. OLE color: 8978477.

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

Color convert

RGB 45 0 137 -
CMYK 0.67 1 0 0.46
HSL 259.71º 1% 0.27% -
HSV(B) 259.71º 1% 0.54% -
XYZ 5.6 2.36 23.83 -
YUV 29.07 188.91 139.36 -
System Red Green Blue C M Y K H S L
Decimal 45 0 137 0.67 1 0 0.46 259.71 1 0.27
Hex 2D 0 89 43 64 0 2E 104 64 1B
Octal 55 0 211 103 144 0 56 404 144 33
Binary 101101 0 10001001 1000011 1100100 0 101110 100000100 1100100 11011

Color Harmonies of #2D0089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0089

Black with #2D0089

Text Example


Text Example

White with #2D0089

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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