Html Css Color HEX #370781 Persian Indigo

📋 copy color: '#370781'

red 55 ◦ green 7 ◦ blue 129

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

Shades of Persian Indigo #370781

Tints of Persian Indigo #370781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.66%

 BLUE value IS 129 (50.78% from 255) = 67.54%

R = 28.8%
G = 3.66%
B = 67.54%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#370781 (or 0x370781) is known color: Persian Indigo. HEX triplet: 37, 07 and 81. RGB value is (55,7,129). Sum of RGB (Red+Green+Blue) = 55+7+129=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #370781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370781 is #C8F87E. Grayscale: #222222. Windows color (decimal): -13170815 or 8455991. OLE color: 8455991.

HSL color Cylindrical-coordinate representation of color #370781: hue angle of 263.61º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370781 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 7 129 -
CMYK 0.57 0.95 0 0.49
HSL 263.61º 0.9% 0.27% -
HSV(B) 263.61º 0.95% 0.51% -
XYZ 5.61 2.55 20.97 -
YUV 35.26 180.9 142.08 -
System Red Green Blue C M Y K H S L
Decimal 55 7 129 0.57 0.95 0 0.49 263.61 0.9 0.27
Hex 37 7 81 39 5F 0 31 108 5A 1B
Octal 67 7 201 71 137 0 61 410 132 33
Binary 110111 111 10000001 111001 1011111 0 110001 100001000 1011010 11011

Color Harmonies of #370781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370781

Black with #370781

Text Example


Text Example

White with #370781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370781; }

 p { color: rgb(55,7,129); }

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

background-color css

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

 a { background-color: rgb(55,7,129); }

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

border-color css

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

 span { border-color: rgb(55,7,129); }

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