Html Css Color HEX #340B8C Persian Indigo

📋 copy color: '#340B8C'

red 52 ◦ green 11 ◦ blue 140

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

Shades of Persian Indigo #340B8C

Tints of Persian Indigo #340B8C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.42%

 BLUE value IS 140 (55.08% from 255) = 68.97%

R = 25.62%
G = 5.42%
B = 68.97%

CMYK

 C value IS 0.63

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#340B8C (or 0x340B8C) is known color: Persian Indigo. HEX triplet: 34, 0B and 8C. RGB value is (52,11,140). Sum of RGB (Red+Green+Blue) = 52+11+140=203 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.62% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #340B8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340B8C is #CBF473. Grayscale: #252525. Windows color (decimal): -13366388 or 9177908. OLE color: 9177908.

HSL color Cylindrical-coordinate representation of color #340B8C: hue angle of 259.07º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340B8C is Cyan = 0.63, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 11 140 -
CMYK 0.63 0.92 0 0.45
HSL 259.07º 0.85% 0.3% -
HSV(B) 259.07º 0.92% 0.55% -
XYZ 6.27 2.86 25.03 -
YUV 37.97 185.58 138.01 -
System Red Green Blue C M Y K H S L
Decimal 52 11 140 0.63 0.92 0 0.45 259.07 0.85 0.3
Hex 34 B 8C 3F 5C 0 2D 103 55 1E
Octal 64 13 214 77 134 0 55 403 125 36
Binary 110100 1011 10001100 111111 1011100 0 101101 100000011 1010101 11110

Color Harmonies of #340B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340B8C

Black with #340B8C

Text Example


Text Example

White with #340B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340B8C; }

 p { color: rgb(52,11,140); }

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

background-color css

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

 a { background-color: rgb(52,11,140); }

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

border-color css

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

 span { border-color: rgb(52,11,140); }

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