Html Css Color HEX #381CB4 Persian Blue

📋 copy color: '#381CB4'

red 56 ◦ green 28 ◦ blue 180

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

Shades of Persian Blue #381CB4

Tints of Persian Blue #381CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 68.18%

R = 21.21%
G = 10.61%
B = 68.18%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#381CB4 (or 0x381CB4) is known color: Persian Blue. HEX triplet: 38, 1C and B4. RGB value is (56,28,180). Sum of RGB (Red+Green+Blue) = 56+28+180=264 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.21% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 180 (70.70% from 255 or 68.18% from 264); Max value from RGB is 180 - color contains mainly: blue. Hex color #381CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381CB4 is #C7E34B. Grayscale: #353535. Windows color (decimal): -13099852 or 11803704. OLE color: 11803704.

HSL color Cylindrical-coordinate representation of color #381CB4: hue angle of 251.05º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381CB4 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 28 180 -
CMYK 0.69 0.84 0 0.29
HSL 251.05º 0.73% 0.41% -
HSV(B) 251.05º 0.84% 0.71% -
XYZ 10.28 4.97 43.6 -
YUV 53.7 199.28 129.64 -
System Red Green Blue C M Y K H S L
Decimal 56 28 180 0.69 0.84 0 0.29 251.05 0.73 0.41
Hex 38 1C B4 45 54 0 1D FB 49 29
Octal 70 34 264 105 124 0 35 373 111 51
Binary 111000 11100 10110100 1000101 1010100 0 11101 11111011 1001001 101001

Color Harmonies of #381CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381CB4

Black with #381CB4

Text Example


Text Example

White with #381CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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