Html Css Color HEX #370466 Persian Indigo

📋 copy color: '#370466'

red 55 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #370466

Tints of Persian Indigo #370466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.48%

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

R = 34.16%
G = 2.48%
B = 63.35%

CMYK

 C value IS 0.46

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#370466 (or 0x370466) is known color: Persian Indigo. HEX triplet: 37, 04 and 66. RGB value is (55,4,102). Sum of RGB (Red+Green+Blue) = 55+4+102=161 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.16% from 161); Green value is 4 (1.95% from 255 or 2.48% from 161); Blue value is 102 (40.23% from 255 or 63.35% from 161); Max value from RGB is 102 - color contains mainly: blue. Hex color #370466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370466 is #C8FB99. Grayscale: #1E1E1E. Windows color (decimal): -13171610 or 6685751. OLE color: 6685751.

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

Color convert

RGB 55 4 102 -
CMYK 0.46 0.96 0 0.6
HSL 271.22º 0.92% 0.21% -
HSV(B) 271.22º 0.96% 0.4% -
XYZ 4.02 1.86 12.72 -
YUV 30.42 168.4 145.53 -
System Red Green Blue C M Y K H S L
Decimal 55 4 102 0.46 0.96 0 0.6 271.22 0.92 0.21
Hex 37 4 66 2E 60 0 3C 10F 5C 15
Octal 67 4 146 56 140 0 74 417 134 25
Binary 110111 100 1100110 101110 1100000 0 111100 100001111 1011100 10101

Color Harmonies of #370466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370466

Black with #370466

Text Example


Text Example

White with #370466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370466; }

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

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

background-color css

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

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

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

border-color css

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

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

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