Html Css Color HEX #2D0985 Persian Indigo

📋 copy color: '#2D0985'

red 45 ◦ green 9 ◦ blue 133

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

Shades of Persian Indigo #2D0985

Tints of Persian Indigo #2D0985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 71.12%

R = 24.06%
G = 4.81%
B = 71.12%

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

#2D0985 (or 0x2D0985) is known color: Persian Indigo. HEX triplet: 2D, 09 and 85. RGB value is (45,9,133). Sum of RGB (Red+Green+Blue) = 45+9+133=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #2D0985 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0985 is #D2F67A. Grayscale: #212121. Windows color (decimal): -13825659 or 8718637. OLE color: 8718637.

HSL color Cylindrical-coordinate representation of color #2D0985: hue angle of 257.42º 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 #2D0985 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 9 133 -
CMYK 0.66 0.93 0 0.48
HSL 257.42º 0.87% 0.28% -
HSV(B) 257.42º 0.93% 0.52% -
XYZ 5.41 2.45 22.38 -
YUV 33.9 183.93 135.92 -
System Red Green Blue C M Y K H S L
Decimal 45 9 133 0.66 0.93 0 0.48 257.42 0.87 0.28
Hex 2D 9 85 42 5D 0 30 101 57 1C
Octal 55 11 205 102 135 0 60 401 127 34
Binary 101101 1001 10000101 1000010 1011101 0 110000 100000001 1010111 11100

Color Harmonies of #2D0985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0985

Black with #2D0985

Text Example


Text Example

White with #2D0985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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