Html Css Color HEX #31257C Persian Indigo

📋 copy color: '#31257C'

red 49 ◦ green 37 ◦ blue 124

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

Shades of Persian Indigo #31257C

Tints of Persian Indigo #31257C

RGB

 RED value IS 49 (19.53% from 255) = 23.33%

 GREEN value IS 37 (14.84% from 255) = 17.62%

 BLUE value IS 124 (48.83% from 255) = 59.05%

R = 23.33%
G = 17.62%
B = 59.05%

CMYK

 C value IS 0.60

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#31257C (or 0x31257C) is known color: Persian Indigo. HEX triplet: 31, 25 and 7C. RGB value is (49,37,124). Sum of RGB (Red+Green+Blue) = 49+37+124=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 124 (48.83% from 255 or 59.05% from 210); Max value from RGB is 124 - color contains mainly: blue. Hex color #31257C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31257C is #CEDA83. Grayscale: #323232. Windows color (decimal): -13556356 or 8135985. OLE color: 8135985.

HSL color Cylindrical-coordinate representation of color #31257C: hue angle of 248.28º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #31257C is Cyan = 0.60, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 49 37 124 -
CMYK 0.60 0.70 0 0.51
HSL 248.28º 0.54% 0.32% -
HSV(B) 248.28º 0.7% 0.49% -
XYZ 5.57 3.43 19.44 -
YUV 50.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 49 37 124 0.60 0.70 0 0.51 248.28 0.54 0.32
Hex 31 25 7C 3C 46 0 33 F8 36 20
Octal 61 45 174 74 106 0 63 370 66 40
Binary 110001 100101 1111100 111100 1000110 0 110011 11111000 110110 100000

Color Harmonies of #31257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31257C

Black with #31257C

Text Example


Text Example

White with #31257C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31257C; }

 p { color: rgb(49,37,124); }

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

background-color css

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

 a { background-color: rgb(49,37,124); }

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

border-color css

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

 span { border-color: rgb(49,37,124); }

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