Html Css Color HEX #381DB6 Persian Blue

📋 copy color: '#381DB6'

red 56 ◦ green 29 ◦ blue 182

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

Shades of Persian Blue #381DB6

Tints of Persian Blue #381DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 68.16%

R = 20.97%
G = 10.86%
B = 68.16%

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

#381DB6 (or 0x381DB6) is known color: Persian Blue. HEX triplet: 38, 1D and B6. RGB value is (56,29,182). Sum of RGB (Red+Green+Blue) = 56+29+182=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 182 (71.48% from 255 or 68.16% from 267); Max value from RGB is 182 - color contains mainly: blue. Hex color #381DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DB6 is #C7E249. Grayscale: #353535. Windows color (decimal): -13099594 or 11935032. OLE color: 11935032.

HSL color Cylindrical-coordinate representation of color #381DB6: hue angle of 250.59º 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 #381DB6 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 29 182 -
CMYK 0.69 0.84 0 0.29
HSL 250.59º 0.73% 0.41% -
HSV(B) 250.59º 0.84% 0.71% -
XYZ 10.51 5.1 44.69 -
YUV 54.52 199.95 129.06 -
System Red Green Blue C M Y K H S L
Decimal 56 29 182 0.69 0.84 0 0.29 250.59 0.73 0.41
Hex 38 1D B6 45 54 0 1D FB 49 29
Octal 70 35 266 105 124 0 35 373 111 51
Binary 111000 11101 10110110 1000101 1010100 0 11101 11111011 1001001 101001

Color Harmonies of #381DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DB6

Black with #381DB6

Text Example


Text Example

White with #381DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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