Html Css Color HEX #370266 Persian Indigo

📋 copy color: '#370266'

red 55 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #370266

Tints of Persian Indigo #370266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

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

R = 34.59%
G = 1.26%
B = 64.15%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#370266 (or 0x370266) is known color: Persian Indigo. HEX triplet: 37, 02 and 66. RGB value is (55,2,102). Sum of RGB (Red+Green+Blue) = 55+2+102=159 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.59% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #370266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370266 is #C8FD99. Grayscale: #1C1C1C. Windows color (decimal): -13172122 or 6685239. OLE color: 6685239.

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

Color convert

RGB 55 2 102 -
CMYK 0.46 0.98 0 0.6
HSL 271.8º 0.96% 0.2% -
HSV(B) 271.8º 0.98% 0.4% -
XYZ 4 1.81 12.71 -
YUV 29.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 55 2 102 0.46 0.98 0 0.6 271.8 0.96 0.2
Hex 37 2 66 2E 62 0 3C 110 60 14
Octal 67 2 146 56 142 0 74 420 140 24
Binary 110111 10 1100110 101110 1100010 0 111100 100010000 1100000 10100

Color Harmonies of #370266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370266

Black with #370266

Text Example


Text Example

White with #370266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370266; }

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

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

background-color css

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

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

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

border-color css

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

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

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