Html Css Color HEX #381FC1 Persian Blue

📋 copy color: '#381FC1'

red 56 ◦ green 31 ◦ blue 193

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

Shades of Persian Blue #381FC1

Tints of Persian Blue #381FC1

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.07%

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

R = 20%
G = 11.07%
B = 68.93%

CMYK

 C value IS 0.71

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#381FC1 (or 0x381FC1) is known color: Persian Blue. HEX triplet: 38, 1F and C1. RGB value is (56,31,193). Sum of RGB (Red+Green+Blue) = 56+31+193=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #381FC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FC1 is #C7E03E. Grayscale: #383838. Windows color (decimal): -13099071 or 12656440. OLE color: 12656440.

HSL color Cylindrical-coordinate representation of color #381FC1: hue angle of 249.26º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381FC1 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 31 193 -
CMYK 0.71 0.84 0 0.24
HSL 249.26º 0.72% 0.44% -
HSV(B) 249.26º 0.84% 0.76% -
XYZ 11.75 5.67 50.93 -
YUV 56.94 204.78 127.33 -
System Red Green Blue C M Y K H S L
Decimal 56 31 193 0.71 0.84 0 0.24 249.26 0.72 0.44
Hex 38 1F C1 47 54 0 18 F9 48 2C
Octal 70 37 301 107 124 0 30 371 110 54
Binary 111000 11111 11000001 1000111 1010100 0 11000 11111001 1001000 101100

Color Harmonies of #381FC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FC1

Black with #381FC1

Text Example


Text Example

White with #381FC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381FC1; }

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

 H1.HeaderClassName
 {
   color: #381FC1;
 }
 .AnyTagClassName
 {
   color: #381FC1;
 }
</style>

background-color css

<style>
 a { background-color: #381FC1; }

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

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

border-color css

<style>
 span { border-color: #381FC1; }

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

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