Html Css Color HEX #340073 Persian Indigo

📋 copy color: '#340073'

red 52 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #340073

Tints of Persian Indigo #340073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 31.14%
G = 0%
B = 68.86%

CMYK

 C value IS 0.55

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#340073 (or 0x340073) is known color: Persian Indigo. HEX triplet: 34, 00 and 73. RGB value is (52,0,115). Sum of RGB (Red+Green+Blue) = 52+0+115=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 115 (45.31% from 255 or 68.86% from 167); Max value from RGB is 115 - color contains mainly: blue. Hex color #340073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340073 is #CBFF8C. Grayscale: #1C1C1C. Windows color (decimal): -13369229 or 7536692. OLE color: 7536692.

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

Color convert

RGB 52 0 115 -
CMYK 0.55 1 0 0.55
HSL 267.13º 1% 0.23% -
HSV(B) 267.13º 1% 0.45% -
XYZ 4.51 1.97 16.36 -
YUV 28.66 176.73 144.65 -
System Red Green Blue C M Y K H S L
Decimal 52 0 115 0.55 1 0 0.55 267.13 1 0.23
Hex 34 0 73 37 64 0 37 10B 64 17
Octal 64 0 163 67 144 0 67 413 144 27
Binary 110100 0 1110011 110111 1100100 0 110111 100001011 1100100 10111

Color Harmonies of #340073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340073

Black with #340073

Text Example


Text Example

White with #340073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340073; }

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

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

background-color css

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

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

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

border-color css

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

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

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