Html Css Color HEX #3E2FBE Persian Blue

📋 copy color: '#3E2FBE'

red 62 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #3E2FBE

Tints of Persian Blue #3E2FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.72%

 BLUE value IS 190 (74.61% from 255) = 63.55%

R = 20.74%
G = 15.72%
B = 63.55%

CMYK

 C value IS 0.67

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3E2FBE (or 0x3E2FBE) is known color: Persian Blue. HEX triplet: 3E, 2F and BE. RGB value is (62,47,190). Sum of RGB (Red+Green+Blue) = 62+47+190=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 47 (18.75% from 255 or 15.72% from 299); Blue value is 190 (74.61% from 255 or 63.55% from 299); Max value from RGB is 190 - color contains mainly: blue. Hex color #3E2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3E2FBE is #C1D041. Grayscale: #434343. Windows color (decimal): -12701762 or 12463934. OLE color: 12463934.

HSL color Cylindrical-coordinate representation of color #3E2FBE: hue angle of 246.29º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3E2FBE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 62 47 190 -
CMYK 0.67 0.75 0 0.25
HSL 246.29º 0.6% 0.46% -
HSV(B) 246.29º 0.75% 0.75% -
XYZ 12.3 6.77 49.37 -
YUV 67.79 196.97 123.87 -
System Red Green Blue C M Y K H S L
Decimal 62 47 190 0.67 0.75 0 0.25 246.29 0.6 0.46
Hex 3E 2F BE 43 4B 0 19 F6 3C 2E
Octal 76 57 276 103 113 0 31 366 74 56
Binary 111110 101111 10111110 1000011 1001011 0 11001 11110110 111100 101110

Color Harmonies of #3E2FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2FBE

Black with #3E2FBE

Text Example


Text Example

White with #3E2FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,47,190); }

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

background-color css

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

 a { background-color: rgb(62,47,190); }

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

border-color css

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

 span { border-color: rgb(62,47,190); }

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