Html Css Color HEX #370993 Persian Indigo

📋 copy color: '#370993'

red 55 ◦ green 9 ◦ blue 147

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

Shades of Persian Indigo #370993

Tints of Persian Indigo #370993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.27%

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

R = 26.07%
G = 4.27%
B = 69.67%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370993 (or 0x370993) is known color: Persian Indigo. HEX triplet: 37, 09 and 93. RGB value is (55,9,147). Sum of RGB (Red+Green+Blue) = 55+9+147=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 147 (57.81% from 255 or 69.67% from 211); Max value from RGB is 147 - color contains mainly: blue. Hex color #370993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370993 is #C8F66C. Grayscale: #252525. Windows color (decimal): -13170285 or 9636151. OLE color: 9636151.

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

Color convert

RGB 55 9 147 -
CMYK 0.63 0.94 0 0.42
HSL 260º 0.88% 0.31% -
HSV(B) 260º 0.94% 0.58% -
XYZ 6.94 3.11 27.84 -
YUV 38.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 55 9 147 0.63 0.94 0 0.42 260 0.88 0.31
Hex 37 9 93 3F 5E 0 2A 104 58 1F
Octal 67 11 223 77 136 0 52 404 130 37
Binary 110111 1001 10010011 111111 1011110 0 101010 100000100 1011000 11111

Color Harmonies of #370993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370993

Black with #370993

Text Example


Text Example

White with #370993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370993; }

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

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

background-color css

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

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

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

border-color css

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

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

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