Html Css Color HEX #370573 Persian Indigo

📋 copy color: '#370573'

red 55 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #370573

Tints of Persian Indigo #370573

RGB

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

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

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

R = 31.43%
G = 2.86%
B = 65.71%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370573 (or 0x370573) is known color: Persian Indigo. HEX triplet: 37, 05 and 73. RGB value is (55,5,115). Sum of RGB (Red+Green+Blue) = 55+5+115=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #370573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370573 is #C8FA8C. Grayscale: #202020. Windows color (decimal): -13171341 or 7537975. OLE color: 7537975.

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

Color convert

RGB 55 5 115 -
CMYK 0.52 0.96 0 0.55
HSL 267.27º 0.92% 0.24% -
HSV(B) 267.27º 0.96% 0.45% -
XYZ 4.72 2.16 16.39 -
YUV 32.49 174.57 144.06 -
System Red Green Blue C M Y K H S L
Decimal 55 5 115 0.52 0.96 0 0.55 267.27 0.92 0.24
Hex 37 5 73 34 60 0 37 10B 5C 18
Octal 67 5 163 64 140 0 67 413 134 30
Binary 110111 101 1110011 110100 1100000 0 110111 100001011 1011100 11000

Color Harmonies of #370573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370573

Black with #370573

Text Example


Text Example

White with #370573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370573; }

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

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

background-color css

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

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

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

border-color css

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

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

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