Html Css Color HEX #251279 Persian Indigo

📋 copy color: '#251279'

red 37 ◦ green 18 ◦ blue 121

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

Shades of Persian Indigo #251279

Tints of Persian Indigo #251279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 68.75%

R = 21.02%
G = 10.23%
B = 68.75%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#251279 (or 0x251279) is known color: Persian Indigo. HEX triplet: 25, 12 and 79. RGB value is (37,18,121). Sum of RGB (Red+Green+Blue) = 37+18+121=176 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.02% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 121 (47.66% from 255 or 68.75% from 176); Max value from RGB is 121 - color contains mainly: blue. Hex color #251279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251279 is #DAED86. Grayscale: #232323. Windows color (decimal): -14347655 or 7934501. OLE color: 7934501.

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

Color convert

RGB 37 18 121 -
CMYK 0.69 0.85 0 0.53
HSL 251.07º 0.74% 0.27% -
HSV(B) 251.07º 0.85% 0.47% -
XYZ 4.43 2.21 18.28 -
YUV 35.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 37 18 121 0.69 0.85 0 0.53 251.07 0.74 0.27
Hex 25 12 79 45 55 0 35 FB 4A 1B
Octal 45 22 171 105 125 0 65 373 112 33
Binary 100101 10010 1111001 1000101 1010101 0 110101 11111011 1001010 11011

Color Harmonies of #251279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251279

Black with #251279

Text Example


Text Example

White with #251279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251279; }

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

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

background-color css

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

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

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

border-color css

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

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

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