Html Css Color HEX #381EC1 Persian Blue

📋 copy color: '#381EC1'

red 56 ◦ green 30 ◦ blue 193

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

Shades of Persian Blue #381EC1

Tints of Persian Blue #381EC1

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.75%

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

R = 20.07%
G = 10.75%
B = 69.18%

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

#381EC1 (or 0x381EC1) is known color: Persian Blue. HEX triplet: 38, 1E and C1. RGB value is (56,30,193). Sum of RGB (Red+Green+Blue) = 56+30+193=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 30 (12.11% from 255 or 10.75% from 279); Blue value is 193 (75.78% from 255 or 69.18% from 279); Max value from RGB is 193 - color contains mainly: blue. Hex color #381EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EC1 is #C7E13E. Grayscale: #373737. Windows color (decimal): -13099327 or 12656184. OLE color: 12656184.

HSL color Cylindrical-coordinate representation of color #381EC1: hue angle of 249.57º degrees, saturation: 0.73, 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 #381EC1 is Cyan = 0.71, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 30 193 -
CMYK 0.71 0.84 0 0.24
HSL 249.57º 0.73% 0.44% -
HSV(B) 249.57º 0.84% 0.76% -
XYZ 11.72 5.62 50.92 -
YUV 56.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 56 30 193 0.71 0.84 0 0.24 249.57 0.73 0.44
Hex 38 1E C1 47 54 0 18 FA 49 2C
Octal 70 36 301 107 124 0 30 372 111 54
Binary 111000 11110 11000001 1000111 1010100 0 11000 11111010 1001001 101100

Color Harmonies of #381EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EC1

Black with #381EC1

Text Example


Text Example

White with #381EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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