Html Css Color HEX #370899 Persian Indigo

📋 copy color: '#370899'

red 55 ◦ green 8 ◦ blue 153

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

Shades of Persian Indigo #370899

Tints of Persian Indigo #370899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.7%

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

R = 25.46%
G = 3.7%
B = 70.83%

CMYK

 C value IS 0.64

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#370899 (or 0x370899) is known color: Persian Indigo. HEX triplet: 37, 08 and 99. RGB value is (55,8,153). Sum of RGB (Red+Green+Blue) = 55+8+153=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #370899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370899 is #C8F766. Grayscale: #262626. Windows color (decimal): -13170535 or 10029111. OLE color: 10029111.

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

Color convert

RGB 55 8 153 -
CMYK 0.64 0.95 0 0.4
HSL 259.45º 0.9% 0.32% -
HSV(B) 259.45º 0.95% 0.6% -
XYZ 7.41 3.29 30.38 -
YUV 38.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 55 8 153 0.64 0.95 0 0.4 259.45 0.9 0.32
Hex 37 8 99 40 5F 0 28 103 5A 20
Octal 67 10 231 100 137 0 50 403 132 40
Binary 110111 1000 10011001 1000000 1011111 0 101000 100000011 1011010 100000

Color Harmonies of #370899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370899

Black with #370899

Text Example


Text Example

White with #370899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370899; }

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

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

background-color css

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

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

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

border-color css

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

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

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