Html Css Color HEX #251374 Persian Indigo

📋 copy color: '#251374'

red 37 ◦ green 19 ◦ blue 116

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

Shades of Persian Indigo #251374

Tints of Persian Indigo #251374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.44%

R = 21.51%
G = 11.05%
B = 67.44%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#251374 (or 0x251374) is known color: Persian Indigo. HEX triplet: 25, 13 and 74. RGB value is (37,19,116). Sum of RGB (Red+Green+Blue) = 37+19+116=172 (22% of max value = 765). Red value is 37 (14.84% from 255 or 21.51% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 116 (45.70% from 255 or 67.44% from 172); Max value from RGB is 116 - color contains mainly: blue. Hex color #251374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #251374 is #DAEC8B. Grayscale: #232323. Windows color (decimal): -14347404 or 7607077. OLE color: 7607077.

HSL color Cylindrical-coordinate representation of color #251374: hue angle of 251.13º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #251374 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 19 116 -
CMYK 0.68 0.84 0 0.55
HSL 251.13º 0.72% 0.26% -
HSV(B) 251.13º 0.84% 0.45% -
XYZ 4.15 2.12 16.71 -
YUV 35.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 37 19 116 0.68 0.84 0 0.55 251.13 0.72 0.26
Hex 25 13 74 44 54 0 37 FB 48 1A
Octal 45 23 164 104 124 0 67 373 110 32
Binary 100101 10011 1110100 1000100 1010100 0 110111 11111011 1001000 11010

Color Harmonies of #251374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251374

Black with #251374

Text Example


Text Example

White with #251374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251374; }

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

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

background-color css

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

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

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

border-color css

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

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

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