Html Css Color HEX #3829AF Persian Blue

📋 copy color: '#3829AF'

red 56 ◦ green 41 ◦ blue 175

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

Shades of Persian Blue #3829AF

Tints of Persian Blue #3829AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 64.34%

R = 20.59%
G = 15.07%
B = 64.34%

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

#3829AF (or 0x3829AF) is known color: Persian Blue. HEX triplet: 38, 29 and AF. RGB value is (56,41,175). Sum of RGB (Red+Green+Blue) = 56+41+175=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #3829AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3829AF is #C7D650. Grayscale: #3C3C3C. Windows color (decimal): -13096529 or 11479352. OLE color: 11479352.

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

Color convert

RGB 56 41 175 -
CMYK 0.68 0.77 0 0.31
HSL 246.72º 0.62% 0.42% -
HSV(B) 246.72º 0.77% 0.69% -
XYZ 10.16 5.52 41.09 -
YUV 60.76 192.47 124.6 -
System Red Green Blue C M Y K H S L
Decimal 56 41 175 0.68 0.77 0 0.31 246.72 0.62 0.42
Hex 38 29 AF 44 4D 0 1F F7 3E 2A
Octal 70 51 257 104 115 0 37 367 76 52
Binary 111000 101001 10101111 1000100 1001101 0 11111 11110111 111110 101010

Color Harmonies of #3829AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3829AF

Black with #3829AF

Text Example


Text Example

White with #3829AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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