Html Css Color HEX #370269 Persian Indigo

📋 copy color: '#370269'

red 55 ◦ green 2 ◦ blue 105

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

Shades of Persian Indigo #370269

Tints of Persian Indigo #370269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 64.81%

R = 33.95%
G = 1.23%
B = 64.81%

CMYK

 C value IS 0.48

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#370269 (or 0x370269) is known color: Persian Indigo. HEX triplet: 37, 02 and 69. RGB value is (55,2,105). Sum of RGB (Red+Green+Blue) = 55+2+105=162 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.95% from 162); Green value is 2 (1.17% from 255 or 1.23% from 162); Blue value is 105 (41.41% from 255 or 64.81% from 162); Max value from RGB is 105 - color contains mainly: blue. Hex color #370269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370269 is #C8FD96. Grayscale: #1D1D1D. Windows color (decimal): -13172119 or 6881847. OLE color: 6881847.

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

Color convert

RGB 55 2 105 -
CMYK 0.48 0.98 0 0.59
HSL 270.87º 0.96% 0.21% -
HSV(B) 270.87º 0.98% 0.41% -
XYZ 4.15 1.88 13.51 -
YUV 29.59 170.56 146.12 -
System Red Green Blue C M Y K H S L
Decimal 55 2 105 0.48 0.98 0 0.59 270.87 0.96 0.21
Hex 37 2 69 30 62 0 3B 10F 60 15
Octal 67 2 151 60 142 0 73 417 140 25
Binary 110111 10 1101001 110000 1100010 0 111011 100001111 1100000 10101

Color Harmonies of #370269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370269

Black with #370269

Text Example


Text Example

White with #370269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370269; }

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

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

background-color css

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

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

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

border-color css

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

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

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