Html Css Color HEX #3828B1 Persian Blue

📋 copy color: '#3828B1'

red 56 ◦ green 40 ◦ blue 177

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

Shades of Persian Blue #3828B1

Tints of Persian Blue #3828B1

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

 BLUE value IS 177 (69.53% from 255) = 64.84%

R = 20.51%
G = 14.65%
B = 64.84%

CMYK

 C value IS 0.68

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3828B1 (or 0x3828B1) is known color: Persian Blue. HEX triplet: 38, 28 and B1. RGB value is (56,40,177). Sum of RGB (Red+Green+Blue) = 56+40+177=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 177 (69.53% from 255 or 64.84% from 273); Max value from RGB is 177 - color contains mainly: blue. Hex color #3828B1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3828B1 is #C7D74E. Grayscale: #3B3B3B. Windows color (decimal): -13096783 or 11610168. OLE color: 11610168.

HSL color Cylindrical-coordinate representation of color #3828B1: hue angle of 247.01º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3828B1 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 40 177 -
CMYK 0.68 0.77 0 0.31
HSL 247.01º 0.63% 0.43% -
HSV(B) 247.01º 0.77% 0.69% -
XYZ 10.33 5.53 42.12 -
YUV 60.4 193.8 124.86 -
System Red Green Blue C M Y K H S L
Decimal 56 40 177 0.68 0.77 0 0.31 247.01 0.63 0.43
Hex 38 28 B1 44 4D 0 1F F7 3F 2B
Octal 70 50 261 104 115 0 37 367 77 53
Binary 111000 101000 10110001 1000100 1001101 0 11111 11110111 111111 101011

Color Harmonies of #3828B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3828B1

Black with #3828B1

Text Example


Text Example

White with #3828B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3828B1; }

 p { color: rgb(56,40,177); }

 H1.HeaderClassName
 {
   color: #3828B1;
 }
 .AnyTagClassName
 {
   color: #3828B1;
 }
</style>

background-color css

<style>
 a { background-color: #3828B1; }

 a { background-color: rgb(56,40,177); }

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

border-color css

<style>
 span { border-color: #3828B1; }

 span { border-color: rgb(56,40,177); }

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