Html Css Color HEX #370884 Persian Indigo

📋 copy color: '#370884'

red 55 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #370884

Tints of Persian Indigo #370884

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.1%

 BLUE value IS 132 (51.95% from 255) = 67.69%

R = 28.21%
G = 4.1%
B = 67.69%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#370884 (or 0x370884) is known color: Persian Indigo. HEX triplet: 37, 08 and 84. RGB value is (55,8,132). Sum of RGB (Red+Green+Blue) = 55+8+132=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #370884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370884 is #C8F77B. Grayscale: #232323. Windows color (decimal): -13170556 or 8652855. OLE color: 8652855.

HSL color Cylindrical-coordinate representation of color #370884: hue angle of 262.74º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370884 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 8 132 -
CMYK 0.58 0.94 0 0.48
HSL 262.74º 0.89% 0.27% -
HSV(B) 262.74º 0.94% 0.52% -
XYZ 5.83 2.65 22.03 -
YUV 36.19 182.07 141.42 -
System Red Green Blue C M Y K H S L
Decimal 55 8 132 0.58 0.94 0 0.48 262.74 0.89 0.27
Hex 37 8 84 3A 5E 0 30 107 59 1B
Octal 67 10 204 72 136 0 60 407 131 33
Binary 110111 1000 10000100 111010 1011110 0 110000 100000111 1011001 11011

Color Harmonies of #370884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370884

Black with #370884

Text Example


Text Example

White with #370884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370884; }

 p { color: rgb(55,8,132); }

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

background-color css

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

 a { background-color: rgb(55,8,132); }

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

border-color css

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

 span { border-color: rgb(55,8,132); }

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