Html Css Color HEX #2D0973 Persian Indigo

📋 copy color: '#2D0973'

red 45 ◦ green 9 ◦ blue 115

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

Shades of Persian Indigo #2D0973

Tints of Persian Indigo #2D0973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 68.05%

R = 26.63%
G = 5.33%
B = 68.05%

CMYK

 C value IS 0.61

 M value IS 0.92

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D0973 (or 0x2D0973) is known color: Persian Indigo. HEX triplet: 2D, 09 and 73. RGB value is (45,9,115). Sum of RGB (Red+Green+Blue) = 45+9+115=169 (22% of max value = 765). Red value is 45 (17.97% from 255 or 26.63% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D0973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0973 is #D2F68C. Grayscale: #1F1F1F. Windows color (decimal): -13825677 or 7538989. OLE color: 7538989.

HSL color Cylindrical-coordinate representation of color #2D0973: hue angle of 260.38º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0973 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 45 9 115 -
CMYK 0.61 0.92 0 0.55
HSL 260.38º 0.85% 0.24% -
HSV(B) 260.38º 0.92% 0.45% -
XYZ 4.27 1.99 16.38 -
YUV 31.85 174.93 137.38 -
System Red Green Blue C M Y K H S L
Decimal 45 9 115 0.61 0.92 0 0.55 260.38 0.85 0.24
Hex 2D 9 73 3D 5C 0 37 104 55 18
Octal 55 11 163 75 134 0 67 404 125 30
Binary 101101 1001 1110011 111101 1011100 0 110111 100000100 1010101 11000

Color Harmonies of #2D0973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0973

Black with #2D0973

Text Example


Text Example

White with #2D0973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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