Html Css Color HEX #251276 Persian Indigo

📋 copy color: '#251276'

red 37 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #251276

Tints of Persian Indigo #251276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.4%

 BLUE value IS 118 (46.48% from 255) = 68.21%

R = 21.39%
G = 10.4%
B = 68.21%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#251276 (or 0x251276) is known color: Persian Indigo. HEX triplet: 25, 12 and 76. RGB value is (37,18,118). Sum of RGB (Red+Green+Blue) = 37+18+118=173 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.39% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #251276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251276 is #DAED89. Grayscale: #222222. Windows color (decimal): -14347658 or 7737893. OLE color: 7737893.

HSL color Cylindrical-coordinate representation of color #251276: hue angle of 251.4º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251276 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 37 18 118 -
CMYK 0.69 0.85 0 0.54
HSL 251.4º 0.74% 0.27% -
HSV(B) 251.4º 0.85% 0.46% -
XYZ 4.25 2.13 17.33 -
YUV 35.08 174.79 129.37 -
System Red Green Blue C M Y K H S L
Decimal 37 18 118 0.69 0.85 0 0.54 251.4 0.74 0.27
Hex 25 12 76 45 55 0 36 FB 4A 1B
Octal 45 22 166 105 125 0 66 373 112 33
Binary 100101 10010 1110110 1000101 1010101 0 110110 11111011 1001010 11011

Color Harmonies of #251276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251276

Black with #251276

Text Example


Text Example

White with #251276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251276; }

 p { color: rgb(37,18,118); }

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

background-color css

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

 a { background-color: rgb(37,18,118); }

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

border-color css

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

 span { border-color: rgb(37,18,118); }

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