Html Css Color HEX #340672 Persian Indigo

📋 copy color: '#340672'

red 52 ◦ green 6 ◦ blue 114

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

Shades of Persian Indigo #340672

Tints of Persian Indigo #340672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

 BLUE value IS 114 (44.92% from 255) = 66.28%

R = 30.23%
G = 3.49%
B = 66.28%

CMYK

 C value IS 0.54

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#340672 (or 0x340672) is known color: Persian Indigo. HEX triplet: 34, 06 and 72. RGB value is (52,6,114). Sum of RGB (Red+Green+Blue) = 52+6+114=172 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.23% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #340672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340672 is #CBF98D. Grayscale: #1F1F1F. Windows color (decimal): -13367694 or 7472692. OLE color: 7472692.

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

Color convert

RGB 52 6 114 -
CMYK 0.54 0.95 0 0.55
HSL 265.56º 0.9% 0.24% -
HSV(B) 265.56º 0.95% 0.45% -
XYZ 4.52 2.08 16.08 -
YUV 32.07 174.24 142.22 -
System Red Green Blue C M Y K H S L
Decimal 52 6 114 0.54 0.95 0 0.55 265.56 0.9 0.24
Hex 34 6 72 36 5F 0 37 10A 5A 18
Octal 64 6 162 66 137 0 67 412 132 30
Binary 110100 110 1110010 110110 1011111 0 110111 100001010 1011010 11000

Color Harmonies of #340672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340672

Black with #340672

Text Example


Text Example

White with #340672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340672; }

 p { color: rgb(52,6,114); }

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

background-color css

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

 a { background-color: rgb(52,6,114); }

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

border-color css

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

 span { border-color: rgb(52,6,114); }

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