Html Css Color HEX #370577 Persian Indigo

📋 copy color: '#370577'

red 55 ◦ green 5 ◦ blue 119

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

Shades of Persian Indigo #370577

Tints of Persian Indigo #370577

RGB

 RED value IS 55 (21.88% from 255) = 30.73%

 GREEN value IS 5 (2.34% from 255) = 2.79%

 BLUE value IS 119 (46.88% from 255) = 66.48%

R = 30.73%
G = 2.79%
B = 66.48%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#370577 (or 0x370577) is known color: Persian Indigo. HEX triplet: 37, 05 and 77. RGB value is (55,5,119). Sum of RGB (Red+Green+Blue) = 55+5+119=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 5 (2.34% from 255 or 2.79% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #370577 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370577 is #C8FA88. Grayscale: #202020. Windows color (decimal): -13171337 or 7800119. OLE color: 7800119.

HSL color Cylindrical-coordinate representation of color #370577: hue angle of 266.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370577 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 5 119 -
CMYK 0.54 0.96 0 0.53
HSL 266.32º 0.92% 0.24% -
HSV(B) 266.32º 0.96% 0.47% -
XYZ 4.96 2.25 17.63 -
YUV 32.95 176.57 143.73 -
System Red Green Blue C M Y K H S L
Decimal 55 5 119 0.54 0.96 0 0.53 266.32 0.92 0.24
Hex 37 5 77 36 60 0 35 10A 5C 18
Octal 67 5 167 66 140 0 65 412 134 30
Binary 110111 101 1110111 110110 1100000 0 110101 100001010 1011100 11000

Color Harmonies of #370577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370577

Black with #370577

Text Example


Text Example

White with #370577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370577; }

 p { color: rgb(55,5,119); }

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

background-color css

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

 a { background-color: rgb(55,5,119); }

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

border-color css

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

 span { border-color: rgb(55,5,119); }

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