Html Css Color HEX #370C68 Persian Indigo

📋 copy color: '#370C68'

red 55 ◦ green 12 ◦ blue 104

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

Shades of Persian Indigo #370C68

Tints of Persian Indigo #370C68

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.02%

 BLUE value IS 104 (41.02% from 255) = 60.82%

R = 32.16%
G = 7.02%
B = 60.82%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#370C68 (or 0x370C68) is known color: Persian Indigo. HEX triplet: 37, 0C and 68. RGB value is (55,12,104). Sum of RGB (Red+Green+Blue) = 55+12+104=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 12 (5.08% from 255 or 7.02% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #370C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370C68 is #C8F397. Grayscale: #232323. Windows color (decimal): -13169560 or 6818871. OLE color: 6818871.

HSL color Cylindrical-coordinate representation of color #370C68: hue angle of 268.04º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #370C68 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 12 104 -
CMYK 0.47 0.88 0 0.59
HSL 268.04º 0.79% 0.23% -
HSV(B) 268.04º 0.88% 0.41% -
XYZ 4.21 2.07 13.28 -
YUV 35.35 166.75 142.02 -
System Red Green Blue C M Y K H S L
Decimal 55 12 104 0.47 0.88 0 0.59 268.04 0.79 0.23
Hex 37 C 68 2F 58 0 3B 10C 4F 17
Octal 67 14 150 57 130 0 73 414 117 27
Binary 110111 1100 1101000 101111 1011000 0 111011 100001100 1001111 10111

Color Harmonies of #370C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C68

Black with #370C68

Text Example


Text Example

White with #370C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370C68; }

 p { color: rgb(55,12,104); }

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

background-color css

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

 a { background-color: rgb(55,12,104); }

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

border-color css

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

 span { border-color: rgb(55,12,104); }

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