Html Css Color HEX #370673 Persian Indigo

📋 copy color: '#370673'

red 55 ◦ green 6 ◦ blue 115

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

Shades of Persian Indigo #370673

Tints of Persian Indigo #370673

RGB

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

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

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

R = 31.25%
G = 3.41%
B = 65.34%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370673 (or 0x370673) is known color: Persian Indigo. HEX triplet: 37, 06 and 73. RGB value is (55,6,115). Sum of RGB (Red+Green+Blue) = 55+6+115=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 115 (45.31% from 255 or 65.34% from 176); Max value from RGB is 115 - color contains mainly: blue. Hex color #370673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370673 is #C8F98C. Grayscale: #202020. Windows color (decimal): -13171085 or 7538231. OLE color: 7538231.

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

Color convert

RGB 55 6 115 -
CMYK 0.52 0.95 0 0.55
HSL 266.97º 0.9% 0.24% -
HSV(B) 266.97º 0.95% 0.45% -
XYZ 4.74 2.18 16.39 -
YUV 33.08 174.23 143.64 -
System Red Green Blue C M Y K H S L
Decimal 55 6 115 0.52 0.95 0 0.55 266.97 0.9 0.24
Hex 37 6 73 34 5F 0 37 10B 5A 18
Octal 67 6 163 64 137 0 67 413 132 30
Binary 110111 110 1110011 110100 1011111 0 110111 100001011 1011010 11000

Color Harmonies of #370673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370673

Black with #370673

Text Example


Text Example

White with #370673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370673; }

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

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

background-color css

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

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

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

border-color css

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

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

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