Html Css Color HEX #381FCF Persian Blue

📋 copy color: '#381FCF'

red 56 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #381FCF

Tints of Persian Blue #381FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.41%

R = 19.05%
G = 10.54%
B = 70.41%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#381FCF (or 0x381FCF) is known color: Persian Blue. HEX triplet: 38, 1F and CF. RGB value is (56,31,207). Sum of RGB (Red+Green+Blue) = 56+31+207=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 207 (81.25% from 255 or 70.41% from 294); Max value from RGB is 207 - color contains mainly: blue. Hex color #381FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FCF is #C7E030. Grayscale: #393939. Windows color (decimal): -13099057 or 13573944. OLE color: 13573944.

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

Color convert

RGB 56 31 207 -
CMYK 0.73 0.85 0 0.19
HSL 248.52º 0.74% 0.47% -
HSV(B) 248.52º 0.85% 0.81% -
XYZ 13.38 6.33 59.55 -
YUV 58.54 211.78 126.19 -
System Red Green Blue C M Y K H S L
Decimal 56 31 207 0.73 0.85 0 0.19 248.52 0.74 0.47
Hex 38 1F CF 49 55 0 13 F9 4A 2F
Octal 70 37 317 111 125 0 23 371 112 57
Binary 111000 11111 11001111 1001001 1010101 0 10011 11111001 1001010 101111

Color Harmonies of #381FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FCF

Black with #381FCF

Text Example


Text Example

White with #381FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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