Html Css Color HEX #2D0361 Persian Indigo

📋 copy color: '#2D0361'

red 45 ◦ green 3 ◦ blue 97

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

Shades of Persian Indigo #2D0361

Tints of Persian Indigo #2D0361

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.07%

 BLUE value IS 97 (38.28% from 255) = 66.9%

R = 31.03%
G = 2.07%
B = 66.9%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2D0361 (or 0x2D0361) is known color: Persian Indigo. HEX triplet: 2D, 03 and 61. RGB value is (45,3,97). Sum of RGB (Red+Green+Blue) = 45+3+97=145 (19% of max value = 765). Red value is 45 (17.97% from 255 or 31.03% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #2D0361 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #2D0361 is #D2FC9E. Grayscale: #191919. Windows color (decimal): -13827231 or 6357805. OLE color: 6357805.

HSL color Cylindrical-coordinate representation of color #2D0361: hue angle of 266.81º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D0361 is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 45 3 97 -
CMYK 0.54 0.97 0 0.62
HSL 266.81º 0.94% 0.2% -
HSV(B) 266.81º 0.97% 0.38% -
XYZ 3.27 1.49 11.42 -
YUV 26.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 45 3 97 0.54 0.97 0 0.62 266.81 0.94 0.2
Hex 2D 3 61 36 61 0 3E 10B 5E 14
Octal 55 3 141 66 141 0 76 413 136 24
Binary 101101 11 1100001 110110 1100001 0 111110 100001011 1011110 10100

Color Harmonies of #2D0361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0361

Black with #2D0361

Text Example


Text Example

White with #2D0361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,3,97); }

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

background-color css

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

 a { background-color: rgb(45,3,97); }

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

border-color css

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

 span { border-color: rgb(45,3,97); }

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