Html Css Color HEX #3831AC Persian Blue

📋 copy color: '#3831AC'

red 56 ◦ green 49 ◦ blue 172

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

Shades of Persian Blue #3831AC

Tints of Persian Blue #3831AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.69%

 BLUE value IS 172 (67.58% from 255) = 62.09%

R = 20.22%
G = 17.69%
B = 62.09%

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3831AC (or 0x3831AC) is known color: Persian Blue. HEX triplet: 38, 31 and AC. RGB value is (56,49,172). Sum of RGB (Red+Green+Blue) = 56+49+172=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #3831AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3831AC is #C7CE53. Grayscale: #404040. Windows color (decimal): -13094484 or 11284792. OLE color: 11284792.

HSL color Cylindrical-coordinate representation of color #3831AC: hue angle of 243.41º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3831AC is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 49 172 -
CMYK 0.67 0.72 0 0.33
HSL 243.41º 0.56% 0.43% -
HSV(B) 243.41º 0.72% 0.67% -
XYZ 10.18 6.02 39.65 -
YUV 65.12 188.32 121.5 -
System Red Green Blue C M Y K H S L
Decimal 56 49 172 0.67 0.72 0 0.33 243.41 0.56 0.43
Hex 38 31 AC 43 48 0 21 F3 38 2B
Octal 70 61 254 103 110 0 41 363 70 53
Binary 111000 110001 10101100 1000011 1001000 0 100001 11110011 111000 101011

Color Harmonies of #3831AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3831AC

Black with #3831AC

Text Example


Text Example

White with #3831AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3831AC; }

 p { color: rgb(56,49,172); }

 H1.HeaderClassName
 {
   color: #3831AC;
 }
 .AnyTagClassName
 {
   color: #3831AC;
 }
</style>

background-color css

<style>
 a { background-color: #3831AC; }

 a { background-color: rgb(56,49,172); }

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

border-color css

<style>
 span { border-color: #3831AC; }

 span { border-color: rgb(56,49,172); }

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