Html Css Color HEX #370968 Persian Indigo

📋 copy color: '#370968'

red 55 ◦ green 9 ◦ blue 104

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

Shades of Persian Indigo #370968

Tints of Persian Indigo #370968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.36%

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

R = 32.74%
G = 5.36%
B = 61.9%

CMYK

 C value IS 0.47

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#370968 (or 0x370968) is known color: Persian Indigo. HEX triplet: 37, 09 and 68. RGB value is (55,9,104). Sum of RGB (Red+Green+Blue) = 55+9+104=168 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.74% from 168); Green value is 9 (3.91% from 255 or 5.36% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #370968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370968 is #C8F697. Grayscale: #212121. Windows color (decimal): -13170328 or 6818103. OLE color: 6818103.

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

Color convert

RGB 55 9 104 -
CMYK 0.47 0.91 0 0.59
HSL 269.05º 0.84% 0.22% -
HSV(B) 269.05º 0.91% 0.41% -
XYZ 4.17 2.01 13.26 -
YUV 33.58 167.74 143.28 -
System Red Green Blue C M Y K H S L
Decimal 55 9 104 0.47 0.91 0 0.59 269.05 0.84 0.22
Hex 37 9 68 2F 5B 0 3B 10D 54 16
Octal 67 11 150 57 133 0 73 415 124 26
Binary 110111 1001 1101000 101111 1011011 0 111011 100001101 1010100 10110

Color Harmonies of #370968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370968

Black with #370968

Text Example


Text Example

White with #370968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370968; }

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

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

background-color css

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

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

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

border-color css

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

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

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