Html Css Color HEX #251180 Persian Indigo

📋 copy color: '#251180'

red 37 ◦ green 17 ◦ blue 128

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

Shades of Persian Indigo #251180

Tints of Persian Indigo #251180

RGB

 RED value IS 37 (14.84% from 255) = 20.33%

 GREEN value IS 17 (7.03% from 255) = 9.34%

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

R = 20.33%
G = 9.34%
B = 70.33%

CMYK

 C value IS 0.71

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#251180 (or 0x251180) is known color: Persian Indigo. HEX triplet: 25, 11 and 80. RGB value is (37,17,128). Sum of RGB (Red+Green+Blue) = 37+17+128=182 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.33% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 128 (50.39% from 255 or 70.33% from 182); Max value from RGB is 128 - color contains mainly: blue. Hex color #251180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251180 is #DAEE7F. Grayscale: #232323. Windows color (decimal): -14347904 or 8392997. OLE color: 8392997.

HSL color Cylindrical-coordinate representation of color #251180: hue angle of 250.81º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251180 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 17 128 -
CMYK 0.71 0.87 0 0.50
HSL 250.81º 0.77% 0.28% -
HSV(B) 250.81º 0.87% 0.5% -
XYZ 4.86 2.35 20.62 -
YUV 35.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 37 17 128 0.71 0.87 0 0.50 250.81 0.77 0.28
Hex 25 11 80 47 57 0 32 FB 4D 1C
Octal 45 21 200 107 127 0 62 373 115 34
Binary 100101 10001 10000000 1000111 1010111 0 110010 11111011 1001101 11100

Color Harmonies of #251180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251180

Black with #251180

Text Example


Text Example

White with #251180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251180; }

 p { color: rgb(37,17,128); }

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

background-color css

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

 a { background-color: rgb(37,17,128); }

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

border-color css

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

 span { border-color: rgb(37,17,128); }

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