Html Css Color HEX #251169 Persian Indigo

📋 copy color: '#251169'

red 37 ◦ green 17 ◦ blue 105

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

Shades of Persian Indigo #251169

Tints of Persian Indigo #251169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.04%

R = 23.27%
G = 10.69%
B = 66.04%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#251169 (or 0x251169) is known color: Persian Indigo. HEX triplet: 25, 11 and 69. RGB value is (37,17,105). Sum of RGB (Red+Green+Blue) = 37+17+105=159 (21% of max value = 765). Red value is 37 (14.84% from 255 or 23.27% from 159); Green value is 17 (7.03% from 255 or 10.69% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #251169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251169 is #DAEE96. Grayscale: #202020. Windows color (decimal): -14347927 or 6885669. OLE color: 6885669.

HSL color Cylindrical-coordinate representation of color #251169: hue angle of 253.64º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251169 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 17 105 -
CMYK 0.65 0.84 0 0.59
HSL 253.64º 0.72% 0.24% -
HSV(B) 253.64º 0.84% 0.41% -
XYZ 3.51 1.81 13.53 -
YUV 33.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 37 17 105 0.65 0.84 0 0.59 253.64 0.72 0.24
Hex 25 11 69 41 54 0 3B FE 48 18
Octal 45 21 151 101 124 0 73 376 110 30
Binary 100101 10001 1101001 1000001 1010100 0 111011 11111110 1001000 11000

Color Harmonies of #251169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251169

Black with #251169

Text Example


Text Example

White with #251169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251169; }

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

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

background-color css

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

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

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

border-color css

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

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

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