Html Css Color HEX #370C94 Persian Indigo

📋 copy color: '#370C94'

red 55 ◦ green 12 ◦ blue 148

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

Shades of Persian Indigo #370C94

Tints of Persian Indigo #370C94

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.58%

 BLUE value IS 148 (58.2% from 255) = 68.84%

R = 25.58%
G = 5.58%
B = 68.84%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370C94 (or 0x370C94) is known color: Persian Indigo. HEX triplet: 37, 0C and 94. RGB value is (55,12,148). Sum of RGB (Red+Green+Blue) = 55+12+148=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 12 (5.08% from 255 or 5.58% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #370C94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370C94 is #C8F36B. Grayscale: #272727. Windows color (decimal): -13169516 or 9702455. OLE color: 9702455.

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

Color convert

RGB 55 12 148 -
CMYK 0.63 0.92 0 0.42
HSL 258.97º 0.85% 0.31% -
HSV(B) 258.97º 0.92% 0.58% -
XYZ 7.05 3.21 28.27 -
YUV 40.36 188.75 138.44 -
System Red Green Blue C M Y K H S L
Decimal 55 12 148 0.63 0.92 0 0.42 258.97 0.85 0.31
Hex 37 C 94 3F 5C 0 2A 103 55 1F
Octal 67 14 224 77 134 0 52 403 125 37
Binary 110111 1100 10010100 111111 1011100 0 101010 100000011 1010101 11111

Color Harmonies of #370C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C94

Black with #370C94

Text Example


Text Example

White with #370C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370C94; }

 p { color: rgb(55,12,148); }

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

background-color css

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

 a { background-color: rgb(55,12,148); }

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

border-color css

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

 span { border-color: rgb(55,12,148); }

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