Html Css Color HEX #251182 Persian Indigo

📋 copy color: '#251182'

red 37 ◦ green 17 ◦ blue 130

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

Shades of Persian Indigo #251182

Tints of Persian Indigo #251182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 70.65%

R = 20.11%
G = 9.24%
B = 70.65%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#251182 (or 0x251182) is known color: Persian Indigo. HEX triplet: 25, 11 and 82. RGB value is (37,17,130). Sum of RGB (Red+Green+Blue) = 37+17+130=184 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20.11% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 130 (51.17% from 255 or 70.65% from 184); Max value from RGB is 130 - color contains mainly: blue. Hex color #251182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251182 is #DAEE7D. Grayscale: #232323. Windows color (decimal): -14347902 or 8524069. OLE color: 8524069.

HSL color Cylindrical-coordinate representation of color #251182: hue angle of 250.62º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251182 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 17 130 -
CMYK 0.72 0.87 0 0.49
HSL 250.62º 0.77% 0.29% -
HSV(B) 250.62º 0.87% 0.51% -
XYZ 4.99 2.41 21.32 -
YUV 35.86 181.13 128.81 -
System Red Green Blue C M Y K H S L
Decimal 37 17 130 0.72 0.87 0 0.49 250.62 0.77 0.29
Hex 25 11 82 48 57 0 31 FB 4D 1D
Octal 45 21 202 110 127 0 61 373 115 35
Binary 100101 10001 10000010 1001000 1010111 0 110001 11111011 1001101 11101

Color Harmonies of #251182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251182

Black with #251182

Text Example


Text Example

White with #251182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251182; }

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

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

background-color css

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

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

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

border-color css

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

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

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