Html Css Color HEX #370569 Persian Indigo

📋 copy color: '#370569'

red 55 ◦ green 5 ◦ blue 105

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

Shades of Persian Indigo #370569

Tints of Persian Indigo #370569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 33.33%
G = 3.03%
B = 63.64%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#370569 (or 0x370569) is known color: Persian Indigo. HEX triplet: 37, 05 and 69. RGB value is (55,5,105). Sum of RGB (Red+Green+Blue) = 55+5+105=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 105 (41.41% from 255 or 63.64% from 165); Max value from RGB is 105 - color contains mainly: blue. Hex color #370569 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370569 is #C8FA96. Grayscale: #1F1F1F. Windows color (decimal): -13171351 or 6882615. OLE color: 6882615.

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

Color convert

RGB 55 5 105 -
CMYK 0.48 0.95 0 0.59
HSL 270º 0.91% 0.22% -
HSV(B) 270º 0.95% 0.41% -
XYZ 4.18 1.94 13.52 -
YUV 31.35 169.57 144.87 -
System Red Green Blue C M Y K H S L
Decimal 55 5 105 0.48 0.95 0 0.59 270 0.91 0.22
Hex 37 5 69 30 5F 0 3B 10E 5B 16
Octal 67 5 151 60 137 0 73 416 133 26
Binary 110111 101 1101001 110000 1011111 0 111011 100001110 1011011 10110

Color Harmonies of #370569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370569

Black with #370569

Text Example


Text Example

White with #370569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370569; }

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

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

background-color css

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

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

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

border-color css

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

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

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