Html Css Color HEX #381CC6 Persian Blue

📋 copy color: '#381CC6'

red 56 ◦ green 28 ◦ blue 198

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

Shades of Persian Blue #381CC6

Tints of Persian Blue #381CC6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

 BLUE value IS 198 (77.73% from 255) = 70.21%

R = 19.86%
G = 9.93%
B = 70.21%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#381CC6 (or 0x381CC6) is known color: Persian Blue. HEX triplet: 38, 1C and C6. RGB value is (56,28,198). Sum of RGB (Red+Green+Blue) = 56+28+198=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 198 (77.73% from 255 or 70.21% from 282); Max value from RGB is 198 - color contains mainly: blue. Hex color #381CC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CC6 is #C7E339. Grayscale: #373737. Windows color (decimal): -13099834 or 12983352. OLE color: 12983352.

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

Color convert

RGB 56 28 198 -
CMYK 0.72 0.86 0 0.22
HSL 249.88º 0.75% 0.44% -
HSV(B) 249.88º 0.86% 0.78% -
XYZ 12.24 5.75 53.89 -
YUV 55.75 208.28 128.18 -
System Red Green Blue C M Y K H S L
Decimal 56 28 198 0.72 0.86 0 0.22 249.88 0.75 0.44
Hex 38 1C C6 48 56 0 16 FA 4B 2C
Octal 70 34 306 110 126 0 26 372 113 54
Binary 111000 11100 11000110 1001000 1010110 0 10110 11111010 1001011 101100

Color Harmonies of #381CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CC6

Black with #381CC6

Text Example


Text Example

White with #381CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,198); }

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

background-color css

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

 a { background-color: rgb(56,28,198); }

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

border-color css

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

 span { border-color: rgb(56,28,198); }

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