Html Css Color HEX #370085 Persian Indigo

📋 copy color: '#370085'

red 55 ◦ green 0 ◦ blue 133

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

Shades of Persian Indigo #370085

Tints of Persian Indigo #370085

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.26%
G = 0%
B = 70.74%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#370085 (or 0x370085) is known color: Persian Indigo. HEX triplet: 37, 00 and 85. RGB value is (55,0,133). Sum of RGB (Red+Green+Blue) = 55+0+133=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #370085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370085 is #C8FF7A. Grayscale: #1F1F1F. Windows color (decimal): -13172603 or 8716343. OLE color: 8716343.

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

Color convert

RGB 55 0 133 -
CMYK 0.59 1 0 0.48
HSL 264.81º 1% 0.26% -
HSV(B) 264.81º 1% 0.52% -
XYZ 5.81 2.51 22.37 -
YUV 31.61 185.22 144.69 -
System Red Green Blue C M Y K H S L
Decimal 55 0 133 0.59 1 0 0.48 264.81 1 0.26
Hex 37 0 85 3B 64 0 30 109 64 1A
Octal 67 0 205 73 144 0 60 411 144 32
Binary 110111 0 10000101 111011 1100100 0 110000 100001001 1100100 11010

Color Harmonies of #370085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370085

Black with #370085

Text Example


Text Example

White with #370085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370085; }

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

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

background-color css

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

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

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

border-color css

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

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

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