Html Css Color HEX #381EC9 Persian Blue

📋 copy color: '#381EC9'

red 56 ◦ green 30 ◦ blue 201

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

Shades of Persian Blue #381EC9

Tints of Persian Blue #381EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 70.03%

R = 19.51%
G = 10.45%
B = 70.03%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#381EC9 (or 0x381EC9) is known color: Persian Blue. HEX triplet: 38, 1E and C9. RGB value is (56,30,201). Sum of RGB (Red+Green+Blue) = 56+30+201=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 201 (78.91% from 255 or 70.03% from 287); Max value from RGB is 201 - color contains mainly: blue. Hex color #381EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EC9 is #C7E136. Grayscale: #383838. Windows color (decimal): -13099319 or 13180472. OLE color: 13180472.

HSL color Cylindrical-coordinate representation of color #381EC9: hue angle of 249.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381EC9 is Cyan = 0.72, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 30 201 -
CMYK 0.72 0.85 0 0.21
HSL 249.12º 0.74% 0.45% -
HSV(B) 249.12º 0.85% 0.79% -
XYZ 12.64 5.99 55.75 -
YUV 57.27 209.11 127.1 -
System Red Green Blue C M Y K H S L
Decimal 56 30 201 0.72 0.85 0 0.21 249.12 0.74 0.45
Hex 38 1E C9 48 55 0 15 F9 4A 2D
Octal 70 36 311 110 125 0 25 371 112 55
Binary 111000 11110 11001001 1001000 1010101 0 10101 11111001 1001010 101101

Color Harmonies of #381EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EC9

Black with #381EC9

Text Example


Text Example

White with #381EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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