Html Css Color HEX #3407A4 Persian Indigo

📋 copy color: '#3407A4'

red 52 ◦ green 7 ◦ blue 164

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

Shades of Persian Indigo #3407A4

Tints of Persian Indigo #3407A4

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.14%

 BLUE value IS 164 (64.45% from 255) = 73.54%

R = 23.32%
G = 3.14%
B = 73.54%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#3407A4 (or 0x3407A4) is known color: Persian Indigo. HEX triplet: 34, 07 and A4. RGB value is (52,7,164). Sum of RGB (Red+Green+Blue) = 52+7+164=223 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.32% from 223); Green value is 7 (3.12% from 255 or 3.14% from 223); Blue value is 164 (64.45% from 255 or 73.54% from 223); Max value from RGB is 164 - color contains mainly: blue. Hex color #3407A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3407A4 is #CBF85B. Grayscale: #252525. Windows color (decimal): -13367388 or 10749748. OLE color: 10749748.

HSL color Cylindrical-coordinate representation of color #3407A4: hue angle of 257.2º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3407A4 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 7 164 -
CMYK 0.68 0.96 0 0.36
HSL 257.2º 0.92% 0.34% -
HSV(B) 257.2º 0.96% 0.64% -
XYZ 8.19 3.56 35.38 -
YUV 38.35 198.91 137.73 -
System Red Green Blue C M Y K H S L
Decimal 52 7 164 0.68 0.96 0 0.36 257.2 0.92 0.34
Hex 34 7 A4 44 60 0 24 101 5C 22
Octal 64 7 244 104 140 0 44 401 134 42
Binary 110100 111 10100100 1000100 1100000 0 100100 100000001 1011100 100010

Color Harmonies of #3407A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3407A4

Black with #3407A4

Text Example


Text Example

White with #3407A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3407A4; }

 p { color: rgb(52,7,164); }

 H1.HeaderClassName
 {
   color: #3407A4;
 }
 .AnyTagClassName
 {
   color: #3407A4;
 }
</style>

background-color css

<style>
 a { background-color: #3407A4; }

 a { background-color: rgb(52,7,164); }

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

border-color css

<style>
 span { border-color: #3407A4; }

 span { border-color: rgb(52,7,164); }

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