Html Css Color HEX #370885 Persian Indigo

📋 copy color: '#370885'

red 55 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #370885

Tints of Persian Indigo #370885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 67.86%

R = 28.06%
G = 4.08%
B = 67.86%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#370885 (or 0x370885) is known color: Persian Indigo. HEX triplet: 37, 08 and 85. RGB value is (55,8,133). Sum of RGB (Red+Green+Blue) = 55+8+133=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #370885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370885 is #C8F77A. Grayscale: #232323. Windows color (decimal): -13170555 or 8718391. OLE color: 8718391.

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

Color convert

RGB 55 8 133 -
CMYK 0.59 0.94 0 0.48
HSL 262.56º 0.89% 0.28% -
HSV(B) 262.56º 0.94% 0.52% -
XYZ 5.9 2.68 22.4 -
YUV 36.3 182.57 141.34 -
System Red Green Blue C M Y K H S L
Decimal 55 8 133 0.59 0.94 0 0.48 262.56 0.89 0.28
Hex 37 8 85 3B 5E 0 30 107 59 1C
Octal 67 10 205 73 136 0 60 407 131 34
Binary 110111 1000 10000101 111011 1011110 0 110000 100000111 1011001 11100

Color Harmonies of #370885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370885

Black with #370885

Text Example


Text Example

White with #370885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370885; }

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

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

background-color css

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

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

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

border-color css

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

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

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