Html Css Color HEX #370869 Persian Indigo

📋 copy color: '#370869'

red 55 ◦ green 8 ◦ blue 105

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

Shades of Persian Indigo #370869

Tints of Persian Indigo #370869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 62.5%

R = 32.74%
G = 4.76%
B = 62.5%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#370869 (or 0x370869) is known color: Persian Indigo. HEX triplet: 37, 08 and 69. RGB value is (55,8,105). Sum of RGB (Red+Green+Blue) = 55+8+105=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 105 (41.41% from 255 or 62.5% from 168); Max value from RGB is 105 - color contains mainly: blue. Hex color #370869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370869 is #C8F796. Grayscale: #202020. Windows color (decimal): -13170583 or 6883383. OLE color: 6883383.

HSL color Cylindrical-coordinate representation of color #370869: hue angle of 269.07º 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 #370869 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 8 105 -
CMYK 0.48 0.92 0 0.59
HSL 269.07º 0.86% 0.22% -
HSV(B) 269.07º 0.92% 0.41% -
XYZ 4.21 2.01 13.53 -
YUV 33.11 168.57 143.61 -
System Red Green Blue C M Y K H S L
Decimal 55 8 105 0.48 0.92 0 0.59 269.07 0.86 0.22
Hex 37 8 69 30 5C 0 3B 10D 56 16
Octal 67 10 151 60 134 0 73 415 126 26
Binary 110111 1000 1101001 110000 1011100 0 111011 100001101 1010110 10110

Color Harmonies of #370869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370869

Black with #370869

Text Example


Text Example

White with #370869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370869; }

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

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

background-color css

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

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

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

border-color css

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

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

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