Html Css Color HEX #251185 Persian Indigo

📋 copy color: '#251185'

red 37 ◦ green 17 ◦ blue 133

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

Shades of Persian Indigo #251185

Tints of Persian Indigo #251185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 71.12%

R = 19.79%
G = 9.09%
B = 71.12%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#251185 (or 0x251185) is known color: Persian Indigo. HEX triplet: 25, 11 and 85. RGB value is (37,17,133). Sum of RGB (Red+Green+Blue) = 37+17+133=187 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.79% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #251185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251185 is #DAEE7A. Grayscale: #232323. Windows color (decimal): -14347899 or 8720677. OLE color: 8720677.

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

Color convert

RGB 37 17 133 -
CMYK 0.72 0.87 0 0.48
HSL 250.34º 0.77% 0.29% -
HSV(B) 250.34º 0.87% 0.52% -
XYZ 5.2 2.49 22.4 -
YUV 36.2 182.63 128.57 -
System Red Green Blue C M Y K H S L
Decimal 37 17 133 0.72 0.87 0 0.48 250.34 0.77 0.29
Hex 25 11 85 48 57 0 30 FA 4D 1D
Octal 45 21 205 110 127 0 60 372 115 35
Binary 100101 10001 10000101 1001000 1010111 0 110000 11111010 1001101 11101

Color Harmonies of #251185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251185

Black with #251185

Text Example


Text Example

White with #251185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251185; }

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

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

background-color css

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

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

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

border-color css

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

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

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