Html Css Color HEX #340265 Persian Indigo

📋 copy color: '#340265'

red 52 ◦ green 2 ◦ blue 101

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

Shades of Persian Indigo #340265

Tints of Persian Indigo #340265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 33.55%
G = 1.29%
B = 65.16%

CMYK

 C value IS 0.49

 M value IS 0.98

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#340265 (or 0x340265) is known color: Persian Indigo. HEX triplet: 34, 02 and 65. RGB value is (52,2,101). Sum of RGB (Red+Green+Blue) = 52+2+101=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #340265 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340265 is #CBFD9A. Grayscale: #1B1B1B. Windows color (decimal): -13368731 or 6619700. OLE color: 6619700.

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

Color convert

RGB 52 2 101 -
CMYK 0.49 0.98 0 0.60
HSL 270.3º 0.96% 0.2% -
HSV(B) 270.3º 0.98% 0.4% -
XYZ 3.79 1.71 12.44 -
YUV 28.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 52 2 101 0.49 0.98 0 0.60 270.3 0.96 0.2
Hex 34 2 65 31 62 0 3C 10E 60 14
Octal 64 2 145 61 142 0 74 416 140 24
Binary 110100 10 1100101 110001 1100010 0 111100 100001110 1100000 10100

Color Harmonies of #340265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340265

Black with #340265

Text Example


Text Example

White with #340265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340265; }

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

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

background-color css

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

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

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

border-color css

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

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

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