Html Css Color HEX #370565 Persian Indigo

📋 copy color: '#370565'

red 55 ◦ green 5 ◦ blue 101

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

Shades of Persian Indigo #370565

Tints of Persian Indigo #370565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 62.73%

R = 34.16%
G = 3.11%
B = 62.73%

CMYK

 C value IS 0.46

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#370565 (or 0x370565) is known color: Persian Indigo. HEX triplet: 37, 05 and 65. RGB value is (55,5,101). Sum of RGB (Red+Green+Blue) = 55+5+101=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #370565 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370565 is #C8FA9A. Grayscale: #1E1E1E. Windows color (decimal): -13171355 or 6620471. OLE color: 6620471.

HSL color Cylindrical-coordinate representation of color #370565: hue angle of 271.25º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370565 is Cyan = 0.46, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 5 101 -
CMYK 0.46 0.95 0 0.60
HSL 271.25º 0.91% 0.21% -
HSV(B) 271.25º 0.95% 0.4% -
XYZ 3.98 1.86 12.46 -
YUV 30.89 167.57 145.19 -
System Red Green Blue C M Y K H S L
Decimal 55 5 101 0.46 0.95 0 0.60 271.25 0.91 0.21
Hex 37 5 65 2E 5F 0 3C 10F 5B 15
Octal 67 5 145 56 137 0 74 417 133 25
Binary 110111 101 1100101 101110 1011111 0 111100 100001111 1011011 10101

Color Harmonies of #370565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370565

Black with #370565

Text Example


Text Example

White with #370565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370565; }

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

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

background-color css

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

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

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

border-color css

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

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

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