Html Css Color HEX #370294 Persian Indigo

📋 copy color: '#370294'

red 55 ◦ green 2 ◦ blue 148

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

Shades of Persian Indigo #370294

Tints of Persian Indigo #370294

RGB

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

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

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

R = 26.83%
G = 0.98%
B = 72.2%

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

#370294 (or 0x370294) is known color: Persian Indigo. HEX triplet: 37, 02 and 94. RGB value is (55,2,148). Sum of RGB (Red+Green+Blue) = 55+2+148=205 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.83% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 148 (58.20% from 255 or 72.20% from 205); Max value from RGB is 148 - color contains mainly: blue. Hex color #370294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370294 is #C8FD6B. Grayscale: #212121. Windows color (decimal): -13172076 or 9699895. OLE color: 9699895.

HSL color Cylindrical-coordinate representation of color #370294: hue angle of 261.78º degrees, saturation: 0.97, 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 #370294 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 2 148 -
CMYK 0.63 0.99 0 0.42
HSL 261.78º 0.97% 0.29% -
HSV(B) 261.78º 0.99% 0.58% -
XYZ 6.94 2.99 28.23 -
YUV 34.49 192.06 142.63 -
System Red Green Blue C M Y K H S L
Decimal 55 2 148 0.63 0.99 0 0.42 261.78 0.97 0.29
Hex 37 2 94 3F 63 0 2A 106 61 1D
Octal 67 2 224 77 143 0 52 406 141 35
Binary 110111 10 10010100 111111 1100011 0 101010 100000110 1100001 11101

Color Harmonies of #370294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370294

Black with #370294

Text Example


Text Example

White with #370294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370294; }

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

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

background-color css

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

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

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

border-color css

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

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

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