Html Css Color HEX #381FB9 Persian Blue

📋 copy color: '#381FB9'

red 56 ◦ green 31 ◦ blue 185

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

Shades of Persian Blue #381FB9

Tints of Persian Blue #381FB9

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

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

R = 20.59%
G = 11.4%
B = 68.01%

CMYK

 C value IS 0.70

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#381FB9 (or 0x381FB9) is known color: Persian Blue. HEX triplet: 38, 1F and B9. RGB value is (56,31,185). Sum of RGB (Red+Green+Blue) = 56+31+185=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 185 (72.66% from 255 or 68.01% from 272); Max value from RGB is 185 - color contains mainly: blue. Hex color #381FB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FB9 is #C7E046. Grayscale: #373737. Windows color (decimal): -13099079 or 12132152. OLE color: 12132152.

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

Color convert

RGB 56 31 185 -
CMYK 0.70 0.83 0 0.27
HSL 249.74º 0.71% 0.42% -
HSV(B) 249.74º 0.83% 0.73% -
XYZ 10.88 5.32 46.35 -
YUV 56.03 200.78 127.98 -
System Red Green Blue C M Y K H S L
Decimal 56 31 185 0.70 0.83 0 0.27 249.74 0.71 0.42
Hex 38 1F B9 46 53 0 1B FA 47 2A
Octal 70 37 271 106 123 0 33 372 107 52
Binary 111000 11111 10111001 1000110 1010011 0 11011 11111010 1000111 101010

Color Harmonies of #381FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FB9

Black with #381FB9

Text Example


Text Example

White with #381FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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