Html Css Color HEX #370671 Persian Indigo

📋 copy color: '#370671'

red 55 ◦ green 6 ◦ blue 113

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

Shades of Persian Indigo #370671

Tints of Persian Indigo #370671

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.45%

 BLUE value IS 113 (44.53% from 255) = 64.94%

R = 31.61%
G = 3.45%
B = 64.94%

CMYK

 C value IS 0.51

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370671 (or 0x370671) is known color: Persian Indigo. HEX triplet: 37, 06 and 71. RGB value is (55,6,113). Sum of RGB (Red+Green+Blue) = 55+6+113=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 6 (2.73% from 255 or 3.45% from 174); Blue value is 113 (44.53% from 255 or 64.94% from 174); Max value from RGB is 113 - color contains mainly: blue. Hex color #370671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370671 is #C8F98E. Grayscale: #202020. Windows color (decimal): -13171087 or 7407159. OLE color: 7407159.

HSL color Cylindrical-coordinate representation of color #370671: hue angle of 267.48º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370671 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 6 113 -
CMYK 0.51 0.95 0 0.56
HSL 267.48º 0.9% 0.23% -
HSV(B) 267.48º 0.95% 0.44% -
XYZ 4.62 2.13 15.79 -
YUV 32.85 173.23 143.8 -
System Red Green Blue C M Y K H S L
Decimal 55 6 113 0.51 0.95 0 0.56 267.48 0.9 0.23
Hex 37 6 71 33 5F 0 38 10B 5A 17
Octal 67 6 161 63 137 0 70 413 132 27
Binary 110111 110 1110001 110011 1011111 0 111000 100001011 1011010 10111

Color Harmonies of #370671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370671

Black with #370671

Text Example


Text Example

White with #370671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370671; }

 p { color: rgb(55,6,113); }

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

background-color css

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

 a { background-color: rgb(55,6,113); }

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

border-color css

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

 span { border-color: rgb(55,6,113); }

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