Html Css Color HEX #370575 Persian Indigo

📋 copy color: '#370575'

red 55 ◦ green 5 ◦ blue 117

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

Shades of Persian Indigo #370575

Tints of Persian Indigo #370575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 31.07%
G = 2.82%
B = 66.1%

CMYK

 C value IS 0.53

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#370575 (or 0x370575) is known color: Persian Indigo. HEX triplet: 37, 05 and 75. RGB value is (55,5,117). Sum of RGB (Red+Green+Blue) = 55+5+117=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #370575 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370575 is #C8FA8A. Grayscale: #202020. Windows color (decimal): -13171339 or 7669047. OLE color: 7669047.

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

Color convert

RGB 55 5 117 -
CMYK 0.53 0.96 0 0.54
HSL 266.79º 0.92% 0.24% -
HSV(B) 266.79º 0.96% 0.46% -
XYZ 4.84 2.21 17 -
YUV 32.72 175.57 143.89 -
System Red Green Blue C M Y K H S L
Decimal 55 5 117 0.53 0.96 0 0.54 266.79 0.92 0.24
Hex 37 5 75 35 60 0 36 10B 5C 18
Octal 67 5 165 65 140 0 66 413 134 30
Binary 110111 101 1110101 110101 1100000 0 110110 100001011 1011100 11000

Color Harmonies of #370575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370575

Black with #370575

Text Example


Text Example

White with #370575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370575; }

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

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

background-color css

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

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

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

border-color css

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

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

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