Html Css Color HEX #2D0984 Persian Indigo

📋 copy color: '#2D0984'

red 45 ◦ green 9 ◦ blue 132

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

Shades of Persian Indigo #2D0984

Tints of Persian Indigo #2D0984

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 70.97%

R = 24.19%
G = 4.84%
B = 70.97%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2D0984 (or 0x2D0984) is known color: Persian Indigo. HEX triplet: 2D, 09 and 84. RGB value is (45,9,132). Sum of RGB (Red+Green+Blue) = 45+9+132=186 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.19% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 132 (51.95% from 255 or 70.97% from 186); Max value from RGB is 132 - color contains mainly: blue. Hex color #2D0984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0984 is #D2F67B. Grayscale: #212121. Windows color (decimal): -13825660 or 8653101. OLE color: 8653101.

HSL color Cylindrical-coordinate representation of color #2D0984: hue angle of 257.56º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2D0984 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 9 132 -
CMYK 0.66 0.93 0 0.48
HSL 257.56º 0.87% 0.28% -
HSV(B) 257.56º 0.93% 0.52% -
XYZ 5.34 2.42 22.02 -
YUV 33.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 45 9 132 0.66 0.93 0 0.48 257.56 0.87 0.28
Hex 2D 9 84 42 5D 0 30 102 57 1C
Octal 55 11 204 102 135 0 60 402 127 34
Binary 101101 1001 10000100 1000010 1011101 0 110000 100000010 1010111 11100

Color Harmonies of #2D0984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0984

Black with #2D0984

Text Example


Text Example

White with #2D0984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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