Html Css Color HEX #381FCD Persian Blue

📋 copy color: '#381FCD'

red 56 ◦ green 31 ◦ blue 205

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

Shades of Persian Blue #381FCD

Tints of Persian Blue #381FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 19.18%
G = 10.62%
B = 70.21%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#381FCD (or 0x381FCD) is known color: Persian Blue. HEX triplet: 38, 1F and CD. RGB value is (56,31,205). Sum of RGB (Red+Green+Blue) = 56+31+205=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #381FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FCD is #C7E032. Grayscale: #393939. Windows color (decimal): -13099059 or 13442872. OLE color: 13442872.

HSL color Cylindrical-coordinate representation of color #381FCD: hue angle of 248.62º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381FCD is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 31 205 -
CMYK 0.73 0.85 0 0.20
HSL 248.62º 0.74% 0.46% -
HSV(B) 248.62º 0.85% 0.8% -
XYZ 13.14 6.23 58.27 -
YUV 58.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 56 31 205 0.73 0.85 0 0.20 248.62 0.74 0.46
Hex 38 1F CD 49 55 0 14 F9 4A 2E
Octal 70 37 315 111 125 0 24 371 112 56
Binary 111000 11111 11001101 1001001 1010101 0 10100 11111001 1001010 101110

Color Harmonies of #381FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FCD

Black with #381FCD

Text Example


Text Example

White with #381FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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