Html Css Color HEX #3414A1 Persian Indigo

📋 copy color: '#3414A1'

red 52 ◦ green 20 ◦ blue 161

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

Shades of Persian Indigo #3414A1

Tints of Persian Indigo #3414A1

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.58%

 BLUE value IS 161 (63.28% from 255) = 69.1%

R = 22.32%
G = 8.58%
B = 69.1%

CMYK

 C value IS 0.68

 M value IS 0.88

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#3414A1 (or 0x3414A1) is known color: Persian Indigo. HEX triplet: 34, 14 and A1. RGB value is (52,20,161). Sum of RGB (Red+Green+Blue) = 52+20+161=233 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.32% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 161 (63.28% from 255 or 69.10% from 233); Max value from RGB is 161 - color contains mainly: blue. Hex color #3414A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3414A1 is #CBEB5E. Grayscale: #2D2D2D. Windows color (decimal): -13364063 or 10556468. OLE color: 10556468.

HSL color Cylindrical-coordinate representation of color #3414A1: hue angle of 253.62º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3414A1 is Cyan = 0.68, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 52 20 161 -
CMYK 0.68 0.88 0 0.37
HSL 253.62º 0.78% 0.35% -
HSV(B) 253.62º 0.88% 0.63% -
XYZ 8.1 3.8 34.03 -
YUV 45.64 193.1 132.54 -
System Red Green Blue C M Y K H S L
Decimal 52 20 161 0.68 0.88 0 0.37 253.62 0.78 0.35
Hex 34 14 A1 44 58 0 25 FE 4E 23
Octal 64 24 241 104 130 0 45 376 116 43
Binary 110100 10100 10100001 1000100 1011000 0 100101 11111110 1001110 100011

Color Harmonies of #3414A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3414A1

Black with #3414A1

Text Example


Text Example

White with #3414A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3414A1; }

 p { color: rgb(52,20,161); }

 H1.HeaderClassName
 {
   color: #3414A1;
 }
 .AnyTagClassName
 {
   color: #3414A1;
 }
</style>

background-color css

<style>
 a { background-color: #3414A1; }

 a { background-color: rgb(52,20,161); }

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

border-color css

<style>
 span { border-color: #3414A1; }

 span { border-color: rgb(52,20,161); }

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