Html Css Color HEX #31258C Persian Indigo

📋 copy color: '#31258C'

red 49 ◦ green 37 ◦ blue 140

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

Shades of Persian Indigo #31258C

Tints of Persian Indigo #31258C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.95%

R = 21.68%
G = 16.37%
B = 61.95%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31258C (or 0x31258C) is known color: Persian Indigo. HEX triplet: 31, 25 and 8C. RGB value is (49,37,140). Sum of RGB (Red+Green+Blue) = 49+37+140=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #31258C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31258C is #CEDA73. Grayscale: #333333. Windows color (decimal): -13556340 or 9184561. OLE color: 9184561.

HSL color Cylindrical-coordinate representation of color #31258C: hue angle of 246.99º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31258C is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 37 140 -
CMYK 0.65 0.74 0 0.45
HSL 246.99º 0.58% 0.35% -
HSV(B) 246.99º 0.74% 0.55% -
XYZ 6.66 3.87 25.21 -
YUV 52.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 49 37 140 0.65 0.74 0 0.45 246.99 0.58 0.35
Hex 31 25 8C 41 4A 0 2D F7 3A 23
Octal 61 45 214 101 112 0 55 367 72 43
Binary 110001 100101 10001100 1000001 1001010 0 101101 11110111 111010 100011

Color Harmonies of #31258C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31258C

Black with #31258C

Text Example


Text Example

White with #31258C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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