Html Css Color HEX #340465 Persian Indigo

📋 copy color: '#340465'

red 52 ◦ green 4 ◦ blue 101

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

Shades of Persian Indigo #340465

Tints of Persian Indigo #340465

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

 BLUE value IS 101 (39.84% from 255) = 64.33%

R = 33.12%
G = 2.55%
B = 64.33%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#340465 (or 0x340465) is known color: Persian Indigo. HEX triplet: 34, 04 and 65. RGB value is (52,4,101). Sum of RGB (Red+Green+Blue) = 52+4+101=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 101 (39.84% from 255 or 64.33% from 157); Max value from RGB is 101 - color contains mainly: blue. Hex color #340465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340465 is #CBFB9A. Grayscale: #1D1D1D. Windows color (decimal): -13368219 or 6620212. OLE color: 6620212.

HSL color Cylindrical-coordinate representation of color #340465: hue angle of 269.69º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #340465 is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 4 101 -
CMYK 0.49 0.96 0 0.60
HSL 269.69º 0.92% 0.21% -
HSV(B) 269.69º 0.96% 0.4% -
XYZ 3.81 1.76 12.45 -
YUV 29.41 168.4 144.11 -
System Red Green Blue C M Y K H S L
Decimal 52 4 101 0.49 0.96 0 0.60 269.69 0.92 0.21
Hex 34 4 65 31 60 0 3C 10E 5C 15
Octal 64 4 145 61 140 0 74 416 134 25
Binary 110100 100 1100101 110001 1100000 0 111100 100001110 1011100 10101

Color Harmonies of #340465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340465

Black with #340465

Text Example


Text Example

White with #340465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340465; }

 p { color: rgb(52,4,101); }

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

background-color css

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

 a { background-color: rgb(52,4,101); }

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

border-color css

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

 span { border-color: rgb(52,4,101); }

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