Html Css Color HEX #251983 Persian Indigo

📋 copy color: '#251983'

red 37 ◦ green 25 ◦ blue 131

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

Shades of Persian Indigo #251983

Tints of Persian Indigo #251983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 131 (51.56% from 255) = 67.88%

R = 19.17%
G = 12.95%
B = 67.88%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#251983 (or 0x251983) is known color: Persian Indigo. HEX triplet: 25, 19 and 83. RGB value is (37,25,131). Sum of RGB (Red+Green+Blue) = 37+25+131=193 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.17% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 131 (51.56% from 255 or 67.88% from 193); Max value from RGB is 131 - color contains mainly: blue. Hex color #251983 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #251983 is #DAE67C. Grayscale: #282828. Windows color (decimal): -14345853 or 8591653. OLE color: 8591653.

HSL color Cylindrical-coordinate representation of color #251983: hue angle of 246.79º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #251983 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 37 25 131 -
CMYK 0.72 0.81 0 0.49
HSL 246.79º 0.68% 0.31% -
HSV(B) 246.79º 0.81% 0.51% -
XYZ 5.21 2.73 21.72 -
YUV 40.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 37 25 131 0.72 0.81 0 0.49 246.79 0.68 0.31
Hex 25 19 83 48 51 0 31 F7 44 1F
Octal 45 31 203 110 121 0 61 367 104 37
Binary 100101 11001 10000011 1001000 1010001 0 110001 11110111 1000100 11111

Color Harmonies of #251983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251983

Black with #251983

Text Example


Text Example

White with #251983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251983; }

 p { color: rgb(37,25,131); }

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

background-color css

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

 a { background-color: rgb(37,25,131); }

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

border-color css

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

 span { border-color: rgb(37,25,131); }

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