Html Css Color HEX #340365 Persian Indigo

📋 copy color: '#340365'

red 52 ◦ green 3 ◦ blue 101

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

Shades of Persian Indigo #340365

Tints of Persian Indigo #340365

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.92%

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

R = 33.33%
G = 1.92%
B = 64.74%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#340365 (or 0x340365) is known color: Persian Indigo. HEX triplet: 34, 03 and 65. RGB value is (52,3,101). Sum of RGB (Red+Green+Blue) = 52+3+101=156 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.33% from 156); Green value is 3 (1.56% from 255 or 1.92% from 156); Blue value is 101 (39.84% from 255 or 64.74% from 156); Max value from RGB is 101 - color contains mainly: blue. Hex color #340365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340365 is #CBFC9A. Grayscale: #1C1C1C. Windows color (decimal): -13368475 or 6619956. OLE color: 6619956.

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

Color convert

RGB 52 3 101 -
CMYK 0.49 0.97 0 0.60
HSL 270º 0.94% 0.2% -
HSV(B) 270º 0.97% 0.4% -
XYZ 3.8 1.73 12.45 -
YUV 28.82 168.73 144.53 -
System Red Green Blue C M Y K H S L
Decimal 52 3 101 0.49 0.97 0 0.60 270 0.94 0.2
Hex 34 3 65 31 61 0 3C 10E 5E 14
Octal 64 3 145 61 141 0 74 416 136 24
Binary 110100 11 1100101 110001 1100001 0 111100 100001110 1011110 10100

Color Harmonies of #340365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340365

Black with #340365

Text Example


Text Example

White with #340365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340365; }

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

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

background-color css

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

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

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

border-color css

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

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

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