Html Css Color HEX #340273 Persian Indigo

📋 copy color: '#340273'

red 52 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #340273

Tints of Persian Indigo #340273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 68.05%

R = 30.77%
G = 1.18%
B = 68.05%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#340273 (or 0x340273) is known color: Persian Indigo. HEX triplet: 34, 02 and 73. RGB value is (52,2,115). Sum of RGB (Red+Green+Blue) = 52+2+115=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #340273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340273 is #CBFD8C. Grayscale: #1D1D1D. Windows color (decimal): -13368717 or 7537204. OLE color: 7537204.

HSL color Cylindrical-coordinate representation of color #340273: hue angle of 266.55º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340273 is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 52 2 115 -
CMYK 0.55 0.98 0 0.55
HSL 266.55º 0.97% 0.23% -
HSV(B) 266.55º 0.98% 0.45% -
XYZ 4.53 2.01 16.37 -
YUV 29.83 176.07 143.81 -
System Red Green Blue C M Y K H S L
Decimal 52 2 115 0.55 0.98 0 0.55 266.55 0.97 0.23
Hex 34 2 73 37 62 0 37 10B 61 17
Octal 64 2 163 67 142 0 67 413 141 27
Binary 110100 10 1110011 110111 1100010 0 110111 100001011 1100001 10111

Color Harmonies of #340273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340273

Black with #340273

Text Example


Text Example

White with #340273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340273; }

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

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

background-color css

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

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

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

border-color css

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

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

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