Html Css Color HEX #370166 Persian Indigo

📋 copy color: '#370166'

red 55 ◦ green 1 ◦ blue 102

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

Shades of Persian Indigo #370166

Tints of Persian Indigo #370166

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 102 (40.23% from 255) = 64.56%

R = 34.81%
G = 0.63%
B = 64.56%

CMYK

 C value IS 0.46

 M value IS 0.99

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#370166 (or 0x370166) is known color: Persian Indigo. HEX triplet: 37, 01 and 66. RGB value is (55,1,102). Sum of RGB (Red+Green+Blue) = 55+1+102=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 102 (40.23% from 255 or 64.56% from 158); Max value from RGB is 102 - color contains mainly: blue. Hex color #370166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370166 is #C8FE99. Grayscale: #1C1C1C. Windows color (decimal): -13172378 or 6684983. OLE color: 6684983.

HSL color Cylindrical-coordinate representation of color #370166: hue angle of 272.08º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370166 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 55 1 102 -
CMYK 0.46 0.99 0 0.6
HSL 272.08º 0.98% 0.2% -
HSV(B) 272.08º 0.99% 0.4% -
XYZ 3.98 1.79 12.71 -
YUV 28.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 55 1 102 0.46 0.99 0 0.6 272.08 0.98 0.2
Hex 37 1 66 2E 63 0 3C 110 62 14
Octal 67 1 146 56 143 0 74 420 142 24
Binary 110111 1 1100110 101110 1100011 0 111100 100010000 1100010 10100

Color Harmonies of #370166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370166

Black with #370166

Text Example


Text Example

White with #370166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370166; }

 p { color: rgb(55,1,102); }

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

background-color css

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

 a { background-color: rgb(55,1,102); }

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

border-color css

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

 span { border-color: rgb(55,1,102); }

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