Html Css Color HEX #381ECD Persian Blue

📋 copy color: '#381ECD'

red 56 ◦ green 30 ◦ blue 205

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

Shades of Persian Blue #381ECD

Tints of Persian Blue #381ECD

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

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

R = 19.24%
G = 10.31%
B = 70.45%

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

#381ECD (or 0x381ECD) is known color: Persian Blue. HEX triplet: 38, 1E and CD. RGB value is (56,30,205). Sum of RGB (Red+Green+Blue) = 56+30+205=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #381ECD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381ECD is #C7E132. Grayscale: #393939. Windows color (decimal): -13099315 or 13442616. OLE color: 13442616.

HSL color Cylindrical-coordinate representation of color #381ECD: hue angle of 248.91º 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 #381ECD is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 30 205 -
CMYK 0.73 0.85 0 0.20
HSL 248.91º 0.74% 0.46% -
HSV(B) 248.91º 0.85% 0.8% -
XYZ 13.11 6.18 58.26 -
YUV 57.72 211.11 126.77 -
System Red Green Blue C M Y K H S L
Decimal 56 30 205 0.73 0.85 0 0.20 248.91 0.74 0.46
Hex 38 1E CD 49 55 0 14 F9 4A 2E
Octal 70 36 315 111 125 0 24 371 112 56
Binary 111000 11110 11001101 1001001 1010101 0 10100 11111001 1001010 101110

Color Harmonies of #381ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381ECD

Black with #381ECD

Text Example


Text Example

White with #381ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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