Html Css Color HEX #381DB2 Persian Blue

📋 copy color: '#381DB2'

red 56 ◦ green 29 ◦ blue 178

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

Shades of Persian Blue #381DB2

Tints of Persian Blue #381DB2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.03%

 BLUE value IS 178 (69.92% from 255) = 67.68%

R = 21.29%
G = 11.03%
B = 67.68%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#381DB2 (or 0x381DB2) is known color: Persian Blue. HEX triplet: 38, 1D and B2. RGB value is (56,29,178). Sum of RGB (Red+Green+Blue) = 56+29+178=263 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.29% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 178 (69.92% from 255 or 67.68% from 263); Max value from RGB is 178 - color contains mainly: blue. Hex color #381DB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381DB2 is #C7E24D. Grayscale: #353535. Windows color (decimal): -13099598 or 11672888. OLE color: 11672888.

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

Color convert

RGB 56 29 178 -
CMYK 0.69 0.84 0 0.30
HSL 250.87º 0.72% 0.41% -
HSV(B) 250.87º 0.84% 0.7% -
XYZ 10.11 4.93 42.54 -
YUV 54.06 197.95 129.38 -
System Red Green Blue C M Y K H S L
Decimal 56 29 178 0.69 0.84 0 0.30 250.87 0.72 0.41
Hex 38 1D B2 45 54 0 1E FB 48 29
Octal 70 35 262 105 124 0 36 373 110 51
Binary 111000 11101 10110010 1000101 1010100 0 11110 11111011 1001000 101001

Color Harmonies of #381DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DB2

Black with #381DB2

Text Example


Text Example

White with #381DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,29,178); }

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

background-color css

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

 a { background-color: rgb(56,29,178); }

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

border-color css

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

 span { border-color: rgb(56,29,178); }

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