Html Css Color HEX #3C31BF Persian Blue

📋 copy color: '#3C31BF'

red 60 ◦ green 49 ◦ blue 191

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

Shades of Persian Blue #3C31BF

Tints of Persian Blue #3C31BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 63.67%

R = 20%
G = 16.33%
B = 63.67%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3C31BF (or 0x3C31BF) is known color: Persian Blue. HEX triplet: 3C, 31 and BF. RGB value is (60,49,191). Sum of RGB (Red+Green+Blue) = 60+49+191=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #3C31BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31BF is #C3CE40. Grayscale: #434343. Windows color (decimal): -12832321 or 12529980. OLE color: 12529980.

HSL color Cylindrical-coordinate representation of color #3C31BF: hue angle of 244.65º 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 #3C31BF is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 49 191 -
CMYK 0.69 0.74 0 0.25
HSL 244.65º 0.59% 0.47% -
HSV(B) 244.65º 0.74% 0.75% -
XYZ 12.37 6.92 49.97 -
YUV 68.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 60 49 191 0.69 0.74 0 0.25 244.65 0.59 0.47
Hex 3C 31 BF 45 4A 0 19 F5 3B 2F
Octal 74 61 277 105 112 0 31 365 73 57
Binary 111100 110001 10111111 1000101 1001010 0 11001 11110101 111011 101111

Color Harmonies of #3C31BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31BF

Black with #3C31BF

Text Example


Text Example

White with #3C31BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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