Html Css Color HEX #370067 Persian Indigo

📋 copy color: '#370067'

red 55 ◦ green 0 ◦ blue 103

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

Shades of Persian Indigo #370067

Tints of Persian Indigo #370067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 34.81%
G = 0%
B = 65.19%

CMYK

 C value IS 0.47

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#370067 (or 0x370067) is known color: Persian Indigo. HEX triplet: 37, 00 and 67. RGB value is (55,0,103). Sum of RGB (Red+Green+Blue) = 55+0+103=158 (20% of max value = 765). Red value is 55 (21.88% from 255 or 34.81% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 103 (40.62% from 255 or 65.19% from 158); Max value from RGB is 103 - color contains mainly: blue. Hex color #370067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370067 is #C8FF98. Grayscale: #1B1B1B. Windows color (decimal): -13172633 or 6750263. OLE color: 6750263.

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

Color convert

RGB 55 0 103 -
CMYK 0.47 1 0 0.60
HSL 272.04º 1% 0.2% -
HSV(B) 272.04º 1% 0.4% -
XYZ 4.02 1.79 12.97 -
YUV 28.19 170.22 147.12 -
System Red Green Blue C M Y K H S L
Decimal 55 0 103 0.47 1 0 0.60 272.04 1 0.2
Hex 37 0 67 2F 64 0 3C 110 64 14
Octal 67 0 147 57 144 0 74 420 144 24
Binary 110111 0 1100111 101111 1100100 0 111100 100010000 1100100 10100

Color Harmonies of #370067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370067

Black with #370067

Text Example


Text Example

White with #370067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370067; }

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

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

background-color css

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

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

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

border-color css

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

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

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