Html Css Color HEX #370295 Persian Indigo

📋 copy color: '#370295'

red 55 ◦ green 2 ◦ blue 149

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

Shades of Persian Indigo #370295

Tints of Persian Indigo #370295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

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

R = 26.7%
G = 0.97%
B = 72.33%

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

#370295 (or 0x370295) is known color: Persian Indigo. HEX triplet: 37, 02 and 95. RGB value is (55,2,149). Sum of RGB (Red+Green+Blue) = 55+2+149=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 2 (1.17% from 255 or 0.97% from 206); Blue value is 149 (58.59% from 255 or 72.33% from 206); Max value from RGB is 149 - color contains mainly: blue. Hex color #370295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370295 is #C8FD6A. Grayscale: #222222. Windows color (decimal): -13172075 or 9765431. OLE color: 9765431.

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

Color convert

RGB 55 2 149 -
CMYK 0.63 0.99 0 0.42
HSL 261.63º 0.97% 0.3% -
HSV(B) 261.63º 0.99% 0.58% -
XYZ 7.02 3.03 28.65 -
YUV 34.61 192.56 142.55 -
System Red Green Blue C M Y K H S L
Decimal 55 2 149 0.63 0.99 0 0.42 261.63 0.97 0.3
Hex 37 2 95 3F 63 0 2A 106 61 1E
Octal 67 2 225 77 143 0 52 406 141 36
Binary 110111 10 10010101 111111 1100011 0 101010 100000110 1100001 11110

Color Harmonies of #370295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370295

Black with #370295

Text Example


Text Example

White with #370295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370295; }

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

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

background-color css

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

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

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

border-color css

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

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

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