Html Css Color HEX #370893 Persian Indigo

📋 copy color: '#370893'

red 55 ◦ green 8 ◦ blue 147

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

Shades of Persian Indigo #370893

Tints of Persian Indigo #370893

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 70%

R = 26.19%
G = 3.81%
B = 70%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370893 (or 0x370893) is known color: Persian Indigo. HEX triplet: 37, 08 and 93. RGB value is (55,8,147). Sum of RGB (Red+Green+Blue) = 55+8+147=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #370893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370893 is #C8F76C. Grayscale: #252525. Windows color (decimal): -13170541 or 9635895. OLE color: 9635895.

HSL color Cylindrical-coordinate representation of color #370893: hue angle of 260.29º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370893 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 8 147 -
CMYK 0.63 0.95 0 0.42
HSL 260.29º 0.9% 0.3% -
HSV(B) 260.29º 0.95% 0.58% -
XYZ 6.93 3.09 27.84 -
YUV 37.9 189.57 140.2 -
System Red Green Blue C M Y K H S L
Decimal 55 8 147 0.63 0.95 0 0.42 260.29 0.9 0.3
Hex 37 8 93 3F 5F 0 2A 104 5A 1E
Octal 67 10 223 77 137 0 52 404 132 36
Binary 110111 1000 10010011 111111 1011111 0 101010 100000100 1011010 11110

Color Harmonies of #370893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370893

Black with #370893

Text Example


Text Example

White with #370893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370893; }

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

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

background-color css

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

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

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

border-color css

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

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

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