Html Css Color HEX #370267 Persian Indigo

📋 copy color: '#370267'

red 55 ◦ green 2 ◦ blue 103

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

Shades of Persian Indigo #370267

Tints of Persian Indigo #370267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 64.38%

R = 34.38%
G = 1.25%
B = 64.38%

CMYK

 C value IS 0.47

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#370267 (or 0x370267) is known color: Persian Indigo. HEX triplet: 37, 02 and 67. RGB value is (55,2,103). Sum of RGB (Red+Green+Blue) = 55+2+103=160 (21% of max value = 765). Red value is 55 (21.88% from 255 or 34.38% from 160); Green value is 2 (1.17% from 255 or 1.25% from 160); Blue value is 103 (40.62% from 255 or 64.38% from 160); Max value from RGB is 103 - color contains mainly: blue. Hex color #370267 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370267 is #C8FD98. Grayscale: #1D1D1D. Windows color (decimal): -13172121 or 6750775. OLE color: 6750775.

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

Color convert

RGB 55 2 103 -
CMYK 0.47 0.98 0 0.60
HSL 271.49º 0.96% 0.21% -
HSV(B) 271.49º 0.98% 0.4% -
XYZ 4.05 1.83 12.97 -
YUV 29.36 169.56 146.29 -
System Red Green Blue C M Y K H S L
Decimal 55 2 103 0.47 0.98 0 0.60 271.49 0.96 0.21
Hex 37 2 67 2F 62 0 3C 10F 60 15
Octal 67 2 147 57 142 0 74 417 140 25
Binary 110111 10 1100111 101111 1100010 0 111100 100001111 1100000 10101

Color Harmonies of #370267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370267

Black with #370267

Text Example


Text Example

White with #370267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370267; }

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

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

background-color css

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

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

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

border-color css

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

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

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