Html Css Color HEX #370280 Persian Indigo

📋 copy color: '#370280'

red 55 ◦ green 2 ◦ blue 128

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

Shades of Persian Indigo #370280

Tints of Persian Indigo #370280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 69.19%

R = 29.73%
G = 1.08%
B = 69.19%

CMYK

 C value IS 0.57

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#370280 (or 0x370280) is known color: Persian Indigo. HEX triplet: 37, 02 and 80. RGB value is (55,2,128). Sum of RGB (Red+Green+Blue) = 55+2+128=185 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.73% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 128 (50.39% from 255 or 69.19% from 185); Max value from RGB is 128 - color contains mainly: blue. Hex color #370280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370280 is #C8FD7F. Grayscale: #1F1F1F. Windows color (decimal): -13172096 or 8389175. OLE color: 8389175.

HSL color Cylindrical-coordinate representation of color #370280: hue angle of 265.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370280 is Cyan = 0.57, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 2 128 -
CMYK 0.57 0.98 0 0.50
HSL 265.24º 0.97% 0.25% -
HSV(B) 265.24º 0.98% 0.5% -
XYZ 5.49 2.41 20.6 -
YUV 32.21 182.06 144.25 -
System Red Green Blue C M Y K H S L
Decimal 55 2 128 0.57 0.98 0 0.50 265.24 0.97 0.25
Hex 37 2 80 39 62 0 32 109 61 19
Octal 67 2 200 71 142 0 62 411 141 31
Binary 110111 10 10000000 111001 1100010 0 110010 100001001 1100001 11001

Color Harmonies of #370280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370280

Black with #370280

Text Example


Text Example

White with #370280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370280; }

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

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

background-color css

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

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

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

border-color css

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

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

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