Html Css Color HEX #251376 Persian Indigo

📋 copy color: '#251376'

red 37 ◦ green 19 ◦ blue 118

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

Shades of Persian Indigo #251376

Tints of Persian Indigo #251376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.92%

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

R = 21.26%
G = 10.92%
B = 67.82%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#251376 (or 0x251376) is known color: Persian Indigo. HEX triplet: 25, 13 and 76. RGB value is (37,19,118). Sum of RGB (Red+Green+Blue) = 37+19+118=174 (23% of max value = 765). Red value is 37 (14.84% from 255 or 21.26% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #251376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251376 is #DAEC89. Grayscale: #232323. Windows color (decimal): -14347402 or 7738149. OLE color: 7738149.

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

Color convert

RGB 37 19 118 -
CMYK 0.69 0.84 0 0.54
HSL 250.91º 0.72% 0.27% -
HSV(B) 250.91º 0.84% 0.46% -
XYZ 4.27 2.17 17.33 -
YUV 35.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 37 19 118 0.69 0.84 0 0.54 250.91 0.72 0.27
Hex 25 13 76 45 54 0 36 FB 48 1B
Octal 45 23 166 105 124 0 66 373 110 33
Binary 100101 10011 1110110 1000101 1010100 0 110110 11111011 1001000 11011

Color Harmonies of #251376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251376

Black with #251376

Text Example


Text Example

White with #251376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251376; }

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

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

background-color css

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

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

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

border-color css

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

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

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