Html Css Color HEX #381CC0 Persian Blue

📋 copy color: '#381CC0'

red 56 ◦ green 28 ◦ blue 192

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

Shades of Persian Blue #381CC0

Tints of Persian Blue #381CC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 69.57%

R = 20.29%
G = 10.14%
B = 69.57%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#381CC0 (or 0x381CC0) is known color: Persian Blue. HEX triplet: 38, 1C and C0. RGB value is (56,28,192). Sum of RGB (Red+Green+Blue) = 56+28+192=276 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.29% from 276); Green value is 28 (11.33% from 255 or 10.14% from 276); Blue value is 192 (75.39% from 255 or 69.57% from 276); Max value from RGB is 192 - color contains mainly: blue. Hex color #381CC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CC0 is #C7E33F. Grayscale: #363636. Windows color (decimal): -13099840 or 12590136. OLE color: 12590136.

HSL color Cylindrical-coordinate representation of color #381CC0: hue angle of 250.24º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381CC0 is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 28 192 -
CMYK 0.71 0.85 0 0.25
HSL 250.24º 0.75% 0.43% -
HSV(B) 250.24º 0.85% 0.75% -
XYZ 11.56 5.48 50.32 -
YUV 55.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 56 28 192 0.71 0.85 0 0.25 250.24 0.75 0.43
Hex 38 1C C0 47 55 0 19 FA 4B 2B
Octal 70 34 300 107 125 0 31 372 113 53
Binary 111000 11100 11000000 1000111 1010101 0 11001 11111010 1001011 101011

Color Harmonies of #381CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CC0

Black with #381CC0

Text Example


Text Example

White with #381CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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