Html Css Color HEX #370385 Persian Indigo

📋 copy color: '#370385'

red 55 ◦ green 3 ◦ blue 133

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

Shades of Persian Indigo #370385

Tints of Persian Indigo #370385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.57%

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

R = 28.8%
G = 1.57%
B = 69.63%

CMYK

 C value IS 0.59

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#370385 (or 0x370385) is known color: Persian Indigo. HEX triplet: 37, 03 and 85. RGB value is (55,3,133). Sum of RGB (Red+Green+Blue) = 55+3+133=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 133 (52.34% from 255 or 69.63% from 191); Max value from RGB is 133 - color contains mainly: blue. Hex color #370385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370385 is #C8FC7A. Grayscale: #202020. Windows color (decimal): -13171835 or 8717111. OLE color: 8717111.

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

Color convert

RGB 55 3 133 -
CMYK 0.59 0.98 0 0.48
HSL 264º 0.96% 0.27% -
HSV(B) 264º 0.98% 0.52% -
XYZ 5.84 2.57 22.38 -
YUV 33.37 184.23 143.43 -
System Red Green Blue C M Y K H S L
Decimal 55 3 133 0.59 0.98 0 0.48 264 0.96 0.27
Hex 37 3 85 3B 62 0 30 108 60 1B
Octal 67 3 205 73 142 0 60 410 140 33
Binary 110111 11 10000101 111011 1100010 0 110000 100001000 1100000 11011

Color Harmonies of #370385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370385

Black with #370385

Text Example


Text Example

White with #370385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370385; }

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

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

background-color css

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

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

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

border-color css

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

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

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