Html Css Color HEX #370699 Persian Indigo

📋 copy color: '#370699'

red 55 ◦ green 6 ◦ blue 153

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

Shades of Persian Indigo #370699

Tints of Persian Indigo #370699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 71.5%

R = 25.7%
G = 2.8%
B = 71.5%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#370699 (or 0x370699) is known color: Persian Indigo. HEX triplet: 37, 06 and 99. RGB value is (55,6,153). Sum of RGB (Red+Green+Blue) = 55+6+153=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 6 (2.73% from 255 or 2.80% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #370699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370699 is #C8F966. Grayscale: #242424. Windows color (decimal): -13171047 or 10028599. OLE color: 10028599.

HSL color Cylindrical-coordinate representation of color #370699: hue angle of 260º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370699 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 55 6 153 -
CMYK 0.64 0.96 0 0.4
HSL 260º 0.92% 0.31% -
HSV(B) 260º 0.96% 0.6% -
XYZ 7.39 3.24 30.37 -
YUV 37.41 193.23 140.55 -
System Red Green Blue C M Y K H S L
Decimal 55 6 153 0.64 0.96 0 0.4 260 0.92 0.31
Hex 37 6 99 40 60 0 28 104 5C 1F
Octal 67 6 231 100 140 0 50 404 134 37
Binary 110111 110 10011001 1000000 1100000 0 101000 100000100 1011100 11111

Color Harmonies of #370699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370699

Black with #370699

Text Example


Text Example

White with #370699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370699; }

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

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

background-color css

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

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

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

border-color css

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

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

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