Html Css Color HEX #340277 Persian Indigo

📋 copy color: '#340277'

red 52 ◦ green 2 ◦ blue 119

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

Shades of Persian Indigo #340277

Tints of Persian Indigo #340277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 30.06%
G = 1.16%
B = 68.79%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#340277 (or 0x340277) is known color: Persian Indigo. HEX triplet: 34, 02 and 77. RGB value is (52,2,119). Sum of RGB (Red+Green+Blue) = 52+2+119=173 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.06% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #340277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340277 is #CBFD88. Grayscale: #1D1D1D. Windows color (decimal): -13368713 or 7799348. OLE color: 7799348.

HSL color Cylindrical-coordinate representation of color #340277: hue angle of 265.64º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340277 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 52 2 119 -
CMYK 0.56 0.98 0 0.53
HSL 265.64º 0.97% 0.24% -
HSV(B) 265.64º 0.98% 0.47% -
XYZ 4.77 2.11 17.61 -
YUV 30.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 52 2 119 0.56 0.98 0 0.53 265.64 0.97 0.24
Hex 34 2 77 38 62 0 35 10A 61 18
Octal 64 2 167 70 142 0 65 412 141 30
Binary 110100 10 1110111 111000 1100010 0 110101 100001010 1100001 11000

Color Harmonies of #340277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340277

Black with #340277

Text Example


Text Example

White with #340277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340277; }

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

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

background-color css

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

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

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

border-color css

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

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

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