Html Css Color HEX #3829BF Persian Blue

📋 copy color: '#3829BF'

red 56 ◦ green 41 ◦ blue 191

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

Shades of Persian Blue #3829BF

Tints of Persian Blue #3829BF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

 BLUE value IS 191 (75% from 255) = 66.32%

R = 19.44%
G = 14.24%
B = 66.32%

CMYK

 C value IS 0.71

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3829BF (or 0x3829BF) is known color: Persian Blue. HEX triplet: 38, 29 and BF. RGB value is (56,41,191). Sum of RGB (Red+Green+Blue) = 56+41+191=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 191 (75% from 255 or 66.32% from 288); Max value from RGB is 191 - color contains mainly: blue. Hex color #3829BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3829BF is #C7D640. Grayscale: #3E3E3E. Windows color (decimal): -13096513 or 12527928. OLE color: 12527928.

HSL color Cylindrical-coordinate representation of color #3829BF: hue angle of 246º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3829BF is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 41 191 -
CMYK 0.71 0.79 0 0.25
HSL 246º 0.65% 0.45% -
HSV(B) 246º 0.79% 0.75% -
XYZ 11.83 6.19 49.86 -
YUV 62.59 200.47 123.3 -
System Red Green Blue C M Y K H S L
Decimal 56 41 191 0.71 0.79 0 0.25 246 0.65 0.45
Hex 38 29 BF 47 4F 0 19 F6 41 2D
Octal 70 51 277 107 117 0 31 366 101 55
Binary 111000 101001 10111111 1000111 1001111 0 11001 11110110 1000001 101101

Color Harmonies of #3829BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3829BF

Black with #3829BF

Text Example


Text Example

White with #3829BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3829BF; }

 p { color: rgb(56,41,191); }

 H1.HeaderClassName
 {
   color: #3829BF;
 }
 .AnyTagClassName
 {
   color: #3829BF;
 }
</style>

background-color css

<style>
 a { background-color: #3829BF; }

 a { background-color: rgb(56,41,191); }

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

border-color css

<style>
 span { border-color: #3829BF; }

 span { border-color: rgb(56,41,191); }

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