Html Css Color HEX #3E31B5 Persian Blue

📋 copy color: '#3E31B5'

red 62 ◦ green 49 ◦ blue 181

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

Shades of Persian Blue #3E31B5

Tints of Persian Blue #3E31B5

RGB

 RED value IS 62 (24.61% from 255) = 21.23%

 GREEN value IS 49 (19.53% from 255) = 16.78%

 BLUE value IS 181 (71.09% from 255) = 61.99%

R = 21.23%
G = 16.78%
B = 61.99%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3E31B5 (or 0x3E31B5) is known color: Persian Blue. HEX triplet: 3E, 31 and B5. RGB value is (62,49,181). Sum of RGB (Red+Green+Blue) = 62+49+181=292 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.23% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #3E31B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E31B5 is #C1CE4A. Grayscale: #434343. Windows color (decimal): -12701259 or 11874622. OLE color: 11874622.

HSL color Cylindrical-coordinate representation of color #3E31B5: hue angle of 245.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E31B5 is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 62 49 181 -
CMYK 0.66 0.73 0 0.29
HSL 245.91º 0.57% 0.45% -
HSV(B) 245.91º 0.73% 0.71% -
XYZ 11.43 6.56 44.38 -
YUV 67.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 62 49 181 0.66 0.73 0 0.29 245.91 0.57 0.45
Hex 3E 31 B5 42 49 0 1D F6 39 2D
Octal 76 61 265 102 111 0 35 366 71 55
Binary 111110 110001 10110101 1000010 1001001 0 11101 11110110 111001 101101

Color Harmonies of #3E31B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E31B5

Black with #3E31B5

Text Example


Text Example

White with #3E31B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E31B5; }

 p { color: rgb(62,49,181); }

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

background-color css

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

 a { background-color: rgb(62,49,181); }

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

border-color css

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

 span { border-color: rgb(62,49,181); }

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