Html Css Color HEX #251183 Persian Indigo

📋 copy color: '#251183'

red 37 ◦ green 17 ◦ blue 131

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

Shades of Persian Indigo #251183

Tints of Persian Indigo #251183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 70.81%

R = 20%
G = 9.19%
B = 70.81%

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

#251183 (or 0x251183) is known color: Persian Indigo. HEX triplet: 25, 11 and 83. RGB value is (37,17,131). Sum of RGB (Red+Green+Blue) = 37+17+131=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 131 (51.56% from 255 or 70.81% from 185); Max value from RGB is 131 - color contains mainly: blue. Hex color #251183 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251183 is #DAEE7C. Grayscale: #232323. Windows color (decimal): -14347901 or 8589605. OLE color: 8589605.

HSL color Cylindrical-coordinate representation of color #251183: hue angle of 250.53º 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 #251183 is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 17 131 -
CMYK 0.72 0.87 0 0.49
HSL 250.53º 0.77% 0.29% -
HSV(B) 250.53º 0.87% 0.51% -
XYZ 5.06 2.43 21.68 -
YUV 35.98 181.63 128.73 -
System Red Green Blue C M Y K H S L
Decimal 37 17 131 0.72 0.87 0 0.49 250.53 0.77 0.29
Hex 25 11 83 48 57 0 31 FB 4D 1D
Octal 45 21 203 110 127 0 61 373 115 35
Binary 100101 10001 10000011 1001000 1010111 0 110001 11111011 1001101 11101

Color Harmonies of #251183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251183

Black with #251183

Text Example


Text Example

White with #251183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251183; }

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

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

background-color css

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

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

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

border-color css

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

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

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