Html Css Color HEX #251275 Persian Indigo

📋 copy color: '#251275'

red 37 ◦ green 18 ◦ blue 117

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

Shades of Persian Indigo #251275

Tints of Persian Indigo #251275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.02%

R = 21.51%
G = 10.47%
B = 68.02%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#251275 (or 0x251275) is known color: Persian Indigo. HEX triplet: 25, 12 and 75. RGB value is (37,18,117). Sum of RGB (Red+Green+Blue) = 37+18+117=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #251275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251275 is #DAED8A. Grayscale: #222222. Windows color (decimal): -14347659 or 7672357. OLE color: 7672357.

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

Color convert

RGB 37 18 117 -
CMYK 0.68 0.85 0 0.54
HSL 251.52º 0.73% 0.26% -
HSV(B) 251.52º 0.85% 0.46% -
XYZ 4.19 2.11 17.02 -
YUV 34.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 37 18 117 0.68 0.85 0 0.54 251.52 0.73 0.26
Hex 25 12 75 44 55 0 36 FC 49 1A
Octal 45 22 165 104 125 0 66 374 111 32
Binary 100101 10010 1110101 1000100 1010101 0 110110 11111100 1001001 11010

Color Harmonies of #251275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251275

Black with #251275

Text Example


Text Example

White with #251275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251275; }

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

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

background-color css

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

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

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

border-color css

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

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

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