Html Css Color HEX #370192 Persian Indigo

📋 copy color: '#370192'

red 55 ◦ green 1 ◦ blue 146

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

Shades of Persian Indigo #370192

Tints of Persian Indigo #370192

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 146 (57.42% from 255) = 72.28%

R = 27.23%
G = 0.5%
B = 72.28%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#370192 (or 0x370192) is known color: Persian Indigo. HEX triplet: 37, 01 and 92. RGB value is (55,1,146). Sum of RGB (Red+Green+Blue) = 55+1+146=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 1 (0.78% from 255 or 0.50% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #370192 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370192 is #C8FE6D. Grayscale: #212121. Windows color (decimal): -13172334 or 9568567. OLE color: 9568567.

HSL color Cylindrical-coordinate representation of color #370192: hue angle of 262.34º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370192 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 55 1 146 -
CMYK 0.62 0.99 0 0.43
HSL 262.34º 0.99% 0.29% -
HSV(B) 262.34º 0.99% 0.57% -
XYZ 6.77 2.91 27.4 -
YUV 33.68 191.39 143.21 -
System Red Green Blue C M Y K H S L
Decimal 55 1 146 0.62 0.99 0 0.43 262.34 0.99 0.29
Hex 37 1 92 3E 63 0 2B 106 63 1D
Octal 67 1 222 76 143 0 53 406 143 35
Binary 110111 1 10010010 111110 1100011 0 101011 100000110 1100011 11101

Color Harmonies of #370192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370192

Black with #370192

Text Example


Text Example

White with #370192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370192; }

 p { color: rgb(55,1,146); }

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

background-color css

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

 a { background-color: rgb(55,1,146); }

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

border-color css

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

 span { border-color: rgb(55,1,146); }

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