Html Css Color HEX #2D0691 Persian Indigo

📋 copy color: '#2D0691'

red 45 ◦ green 6 ◦ blue 145

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

Shades of Persian Indigo #2D0691

Tints of Persian Indigo #2D0691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.06%

 BLUE value IS 145 (57.03% from 255) = 73.98%

R = 22.96%
G = 3.06%
B = 73.98%

CMYK

 C value IS 0.69

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#2D0691 (or 0x2D0691) is known color: Persian Indigo. HEX triplet: 2D, 06 and 91. RGB value is (45,6,145). Sum of RGB (Red+Green+Blue) = 45+6+145=196 (25% of max value = 765). Red value is 45 (17.97% from 255 or 22.96% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 145 (57.03% from 255 or 73.98% from 196); Max value from RGB is 145 - color contains mainly: blue. Hex color #2D0691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0691 is #D2F96E. Grayscale: #202020. Windows color (decimal): -13826415 or 9504301. OLE color: 9504301.

HSL color Cylindrical-coordinate representation of color #2D0691: hue angle of 256.83º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2D0691 is Cyan = 0.69, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 45 6 145 -
CMYK 0.69 0.96 0 0.43
HSL 256.83º 0.92% 0.3% -
HSV(B) 256.83º 0.96% 0.57% -
XYZ 6.26 2.73 26.99 -
YUV 33.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 45 6 145 0.69 0.96 0 0.43 256.83 0.92 0.3
Hex 2D 6 91 45 60 0 2B 101 5C 1E
Octal 55 6 221 105 140 0 53 401 134 36
Binary 101101 110 10010001 1000101 1100000 0 101011 100000001 1011100 11110

Color Harmonies of #2D0691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0691

Black with #2D0691

Text Example


Text Example

White with #2D0691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,6,145); }

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

background-color css

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

 a { background-color: rgb(45,6,145); }

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

border-color css

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

 span { border-color: rgb(45,6,145); }

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