Html Css Color HEX #3828B7 Persian Blue

📋 copy color: '#3828B7'

red 56 ◦ green 40 ◦ blue 183

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

Shades of Persian Blue #3828B7

Tints of Persian Blue #3828B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 65.59%

R = 20.07%
G = 14.34%
B = 65.59%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3828B7 (or 0x3828B7) is known color: Persian Blue. HEX triplet: 38, 28 and B7. RGB value is (56,40,183). Sum of RGB (Red+Green+Blue) = 56+40+183=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 183 (71.88% from 255 or 65.59% from 279); Max value from RGB is 183 - color contains mainly: blue. Hex color #3828B7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828B7 is #C7D748. Grayscale: #3C3C3C. Windows color (decimal): -13096777 or 12003384. OLE color: 12003384.

HSL color Cylindrical-coordinate representation of color #3828B7: hue angle of 246.71º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3828B7 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 40 183 -
CMYK 0.69 0.78 0 0.28
HSL 246.71º 0.64% 0.44% -
HSV(B) 246.71º 0.78% 0.72% -
XYZ 10.94 5.78 45.34 -
YUV 61.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 56 40 183 0.69 0.78 0 0.28 246.71 0.64 0.44
Hex 38 28 B7 45 4E 0 1C F7 40 2C
Octal 70 50 267 105 116 0 34 367 100 54
Binary 111000 101000 10110111 1000101 1001110 0 11100 11110111 1000000 101100

Color Harmonies of #3828B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3828B7

Black with #3828B7

Text Example


Text Example

White with #3828B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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