Html Css Color HEX #2D0073 Persian Indigo

📋 copy color: '#2D0073'

red 45 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #2D0073

Tints of Persian Indigo #2D0073

RGB

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

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

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

R = 28.13%
G = 0%
B = 71.88%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#2D0073 (or 0x2D0073) is known color: Persian Indigo. HEX triplet: 2D, 00 and 73. RGB value is (45,0,115). Sum of RGB (Red+Green+Blue) = 45+0+115=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #2D0073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0073 is #D2FF8C. Grayscale: #1A1A1A. Windows color (decimal): -13827981 or 7536685. OLE color: 7536685.

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

Color convert

RGB 45 0 115 -
CMYK 0.61 1 0 0.55
HSL 263.48º 1% 0.23% -
HSV(B) 263.48º 1% 0.45% -
XYZ 4.18 1.8 16.35 -
YUV 26.57 177.91 141.15 -
System Red Green Blue C M Y K H S L
Decimal 45 0 115 0.61 1 0 0.55 263.48 1 0.23
Hex 2D 0 73 3D 64 0 37 107 64 17
Octal 55 0 163 75 144 0 67 407 144 27
Binary 101101 0 1110011 111101 1100100 0 110111 100000111 1100100 10111

Color Harmonies of #2D0073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0073

Black with #2D0073

Text Example


Text Example

White with #2D0073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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