Html Css Color HEX #3831C1 Persian Blue

📋 copy color: '#3831C1'

red 56 ◦ green 49 ◦ blue 193

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

Shades of Persian Blue #3831C1

Tints of Persian Blue #3831C1

RGB

 RED value IS 56 (22.27% from 255) = 18.79%

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

 BLUE value IS 193 (75.78% from 255) = 64.77%

R = 18.79%
G = 16.44%
B = 64.77%

CMYK

 C value IS 0.71

 M value IS 0.75

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3831C1 (or 0x3831C1) is known color: Persian Blue. HEX triplet: 38, 31 and C1. RGB value is (56,49,193). Sum of RGB (Red+Green+Blue) = 56+49+193=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 193 (75.78% from 255 or 64.77% from 298); Max value from RGB is 193 - color contains mainly: blue. Hex color #3831C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3831C1 is #C7CE3E. Grayscale: #424242. Windows color (decimal): -13094463 or 12661048. OLE color: 12661048.

HSL color Cylindrical-coordinate representation of color #3831C1: hue angle of 242.92º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3831C1 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 49 193 -
CMYK 0.71 0.75 0 0.24
HSL 242.92º 0.6% 0.47% -
HSV(B) 242.92º 0.75% 0.76% -
XYZ 12.35 6.89 51.13 -
YUV 67.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 56 49 193 0.71 0.75 0 0.24 242.92 0.6 0.47
Hex 38 31 C1 47 4B 0 18 F3 3C 2F
Octal 70 61 301 107 113 0 30 363 74 57
Binary 111000 110001 11000001 1000111 1001011 0 11000 11110011 111100 101111

Color Harmonies of #3831C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3831C1

Black with #3831C1

Text Example


Text Example

White with #3831C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3831C1; }

 p { color: rgb(56,49,193); }

 H1.HeaderClassName
 {
   color: #3831C1;
 }
 .AnyTagClassName
 {
   color: #3831C1;
 }
</style>

background-color css

<style>
 a { background-color: #3831C1; }

 a { background-color: rgb(56,49,193); }

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

border-color css

<style>
 span { border-color: #3831C1; }

 span { border-color: rgb(56,49,193); }

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