Html Css Color HEX #3427AC Persian Blue

📋 copy color: '#3427AC'

red 52 ◦ green 39 ◦ blue 172

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

Shades of Persian Blue #3427AC

Tints of Persian Blue #3427AC

RGB

 RED value IS 52 (20.7% from 255) = 19.77%

 GREEN value IS 39 (15.63% from 255) = 14.83%

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

R = 19.77%
G = 14.83%
B = 65.4%

CMYK

 C value IS 0.70

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3427AC (or 0x3427AC) is known color: Persian Blue. HEX triplet: 34, 27 and AC. RGB value is (52,39,172). Sum of RGB (Red+Green+Blue) = 52+39+172=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #3427AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3427AC is #CBD853. Grayscale: #393939. Windows color (decimal): -13359188 or 11282228. OLE color: 11282228.

HSL color Cylindrical-coordinate representation of color #3427AC: hue angle of 245.86º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3427AC is Cyan = 0.70, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 39 172 -
CMYK 0.70 0.77 0 0.33
HSL 245.86º 0.63% 0.41% -
HSV(B) 245.86º 0.77% 0.67% -
XYZ 9.59 5.16 39.52 -
YUV 58.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 52 39 172 0.70 0.77 0 0.33 245.86 0.63 0.41
Hex 34 27 AC 46 4D 0 21 F6 3F 29
Octal 64 47 254 106 115 0 41 366 77 51
Binary 110100 100111 10101100 1000110 1001101 0 100001 11110110 111111 101001

Color Harmonies of #3427AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3427AC

Black with #3427AC

Text Example


Text Example

White with #3427AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,39,172); }

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

background-color css

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

 a { background-color: rgb(52,39,172); }

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

border-color css

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

 span { border-color: rgb(52,39,172); }

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