Html Css Color HEX #381EC7 Persian Blue

📋 copy color: '#381EC7'

red 56 ◦ green 30 ◦ blue 199

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

Shades of Persian Blue #381EC7

Tints of Persian Blue #381EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 69.82%

R = 19.65%
G = 10.53%
B = 69.82%

CMYK

 C value IS 0.72

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#381EC7 (or 0x381EC7) is known color: Persian Blue. HEX triplet: 38, 1E and C7. RGB value is (56,30,199). Sum of RGB (Red+Green+Blue) = 56+30+199=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 30 (12.11% from 255 or 10.53% from 285); Blue value is 199 (78.12% from 255 or 69.82% from 285); Max value from RGB is 199 - color contains mainly: blue. Hex color #381EC7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381EC7 is #C7E138. Grayscale: #383838. Windows color (decimal): -13099321 or 13049400. OLE color: 13049400.

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

Color convert

RGB 56 30 199 -
CMYK 0.72 0.85 0 0.22
HSL 249.23º 0.74% 0.45% -
HSV(B) 249.23º 0.85% 0.78% -
XYZ 12.4 5.89 54.52 -
YUV 57.04 208.11 127.26 -
System Red Green Blue C M Y K H S L
Decimal 56 30 199 0.72 0.85 0 0.22 249.23 0.74 0.45
Hex 38 1E C7 48 55 0 16 F9 4A 2D
Octal 70 36 307 110 125 0 26 371 112 55
Binary 111000 11110 11000111 1001000 1010101 0 10110 11111001 1001010 101101

Color Harmonies of #381EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381EC7

Black with #381EC7

Text Example


Text Example

White with #381EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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