Html Css Color HEX #370195 Persian Indigo

📋 copy color: '#370195'

red 55 ◦ green 1 ◦ blue 149

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

Shades of Persian Indigo #370195

Tints of Persian Indigo #370195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 72.68%

R = 26.83%
G = 0.49%
B = 72.68%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370195 (or 0x370195) is known color: Persian Indigo. HEX triplet: 37, 01 and 95. RGB value is (55,1,149). Sum of RGB (Red+Green+Blue) = 55+1+149=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 149 (58.59% from 255 or 72.68% from 205); Max value from RGB is 149 - color contains mainly: blue. Hex color #370195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370195 is #C8FE6A. Grayscale: #212121. Windows color (decimal): -13172331 or 9765175. OLE color: 9765175.

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

Color convert

RGB 55 1 149 -
CMYK 0.63 0.99 0 0.42
HSL 261.89º 0.99% 0.29% -
HSV(B) 261.89º 0.99% 0.58% -
XYZ 7.01 3 28.64 -
YUV 34.02 192.89 142.97 -
System Red Green Blue C M Y K H S L
Decimal 55 1 149 0.63 0.99 0 0.42 261.89 0.99 0.29
Hex 37 1 95 3F 63 0 2A 106 63 1D
Octal 67 1 225 77 143 0 52 406 143 35
Binary 110111 1 10010101 111111 1100011 0 101010 100000110 1100011 11101

Color Harmonies of #370195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370195

Black with #370195

Text Example


Text Example

White with #370195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370195; }

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

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

background-color css

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

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

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

border-color css

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

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

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