Html Css Color HEX #3C31BE Persian Blue

📋 copy color: '#3C31BE'

red 60 ◦ green 49 ◦ blue 190

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

Shades of Persian Blue #3C31BE

Tints of Persian Blue #3C31BE

RGB

 RED value IS 60 (23.83% from 255) = 20.07%

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

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

R = 20.07%
G = 16.39%
B = 63.55%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C31BE (or 0x3C31BE) is known color: Persian Blue. HEX triplet: 3C, 31 and BE. RGB value is (60,49,190). Sum of RGB (Red+Green+Blue) = 60+49+190=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 49 (19.53% from 255 or 16.39% 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 #3C31BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31BE is #C3CE41. Grayscale: #434343. Windows color (decimal): -12832322 or 12464444. OLE color: 12464444.

HSL color Cylindrical-coordinate representation of color #3C31BE: hue angle of 244.68º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3C31BE is Cyan = 0.68, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 49 190 -
CMYK 0.68 0.74 0 0.25
HSL 244.68º 0.59% 0.47% -
HSV(B) 244.68º 0.74% 0.75% -
XYZ 12.26 6.87 49.4 -
YUV 68.36 196.64 122.04 -
System Red Green Blue C M Y K H S L
Decimal 60 49 190 0.68 0.74 0 0.25 244.68 0.59 0.47
Hex 3C 31 BE 44 4A 0 19 F5 3B 2F
Octal 74 61 276 104 112 0 31 365 73 57
Binary 111100 110001 10111110 1000100 1001010 0 11001 11110101 111011 101111

Color Harmonies of #3C31BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31BE

Black with #3C31BE

Text Example


Text Example

White with #3C31BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,49,190); }

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

background-color css

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

 a { background-color: rgb(60,49,190); }

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

border-color css

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

 span { border-color: rgb(60,49,190); }

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