Html Css Color HEX #370868 Persian Indigo

📋 copy color: '#370868'

red 55 ◦ green 8 ◦ blue 104

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

Shades of Persian Indigo #370868

Tints of Persian Indigo #370868

RGB

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

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

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

R = 32.93%
G = 4.79%
B = 62.28%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#370868 (or 0x370868) is known color: Persian Indigo. HEX triplet: 37, 08 and 68. RGB value is (55,8,104). Sum of RGB (Red+Green+Blue) = 55+8+104=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 104 (41.02% from 255 or 62.28% from 167); Max value from RGB is 104 - color contains mainly: blue. Hex color #370868 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370868 is #C8F797. Grayscale: #202020. Windows color (decimal): -13170584 or 6817847. OLE color: 6817847.

HSL color Cylindrical-coordinate representation of color #370868: hue angle of 269.38º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370868 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 8 104 -
CMYK 0.47 0.92 0 0.59
HSL 269.38º 0.86% 0.22% -
HSV(B) 269.38º 0.92% 0.41% -
XYZ 4.16 1.99 13.26 -
YUV 33 168.07 143.69 -
System Red Green Blue C M Y K H S L
Decimal 55 8 104 0.47 0.92 0 0.59 269.38 0.86 0.22
Hex 37 8 68 2F 5C 0 3B 10D 56 16
Octal 67 10 150 57 134 0 73 415 126 26
Binary 110111 1000 1101000 101111 1011100 0 111011 100001101 1010110 10110

Color Harmonies of #370868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370868

Black with #370868

Text Example


Text Example

White with #370868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370868; }

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

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

background-color css

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

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

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

border-color css

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

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

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