Html Css Color HEX #381DB9 Persian Blue

📋 copy color: '#381DB9'

red 56 ◦ green 29 ◦ blue 185

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

Shades of Persian Blue #381DB9

Tints of Persian Blue #381DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 68.52%

R = 20.74%
G = 10.74%
B = 68.52%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#381DB9 (or 0x381DB9) is known color: Persian Blue. HEX triplet: 38, 1D and B9. RGB value is (56,29,185). Sum of RGB (Red+Green+Blue) = 56+29+185=270 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.74% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 185 (72.66% from 255 or 68.52% from 270); Max value from RGB is 185 - color contains mainly: blue. Hex color #381DB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DB9 is #C7E246. Grayscale: #363636. Windows color (decimal): -13099591 or 12131640. OLE color: 12131640.

HSL color Cylindrical-coordinate representation of color #381DB9: hue angle of 250.38º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381DB9 is Cyan = 0.70, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 29 185 -
CMYK 0.70 0.84 0 0.27
HSL 250.38º 0.73% 0.42% -
HSV(B) 250.38º 0.84% 0.73% -
XYZ 10.83 5.22 46.34 -
YUV 54.86 201.45 128.82 -
System Red Green Blue C M Y K H S L
Decimal 56 29 185 0.70 0.84 0 0.27 250.38 0.73 0.42
Hex 38 1D B9 46 54 0 1B FA 49 2A
Octal 70 35 271 106 124 0 33 372 111 52
Binary 111000 11101 10111001 1000110 1010100 0 11011 11111010 1001001 101010

Color Harmonies of #381DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DB9

Black with #381DB9

Text Example


Text Example

White with #381DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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