Html Css Color HEX #340F8D Persian Indigo

📋 copy color: '#340F8D'

red 52 ◦ green 15 ◦ blue 141

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

Shades of Persian Indigo #340F8D

Tints of Persian Indigo #340F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.21%

 BLUE value IS 141 (55.47% from 255) = 67.79%

R = 25%
G = 7.21%
B = 67.79%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#340F8D (or 0x340F8D) is known color: Persian Indigo. HEX triplet: 34, 0F and 8D. RGB value is (52,15,141). Sum of RGB (Red+Green+Blue) = 52+15+141=208 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 141 (55.47% from 255 or 67.79% from 208); Max value from RGB is 141 - color contains mainly: blue. Hex color #340F8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340F8D is #CBF072. Grayscale: #272727. Windows color (decimal): -13365363 or 9244468. OLE color: 9244468.

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

Color convert

RGB 52 15 141 -
CMYK 0.63 0.89 0 0.45
HSL 257.62º 0.81% 0.31% -
HSV(B) 257.62º 0.89% 0.55% -
XYZ 6.39 2.99 25.44 -
YUV 40.43 184.76 136.25 -
System Red Green Blue C M Y K H S L
Decimal 52 15 141 0.63 0.89 0 0.45 257.62 0.81 0.31
Hex 34 F 8D 3F 59 0 2D 102 51 1F
Octal 64 17 215 77 131 0 55 402 121 37
Binary 110100 1111 10001101 111111 1011001 0 101101 100000010 1010001 11111

Color Harmonies of #340F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340F8D

Black with #340F8D

Text Example


Text Example

White with #340F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,15,141); }

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

background-color css

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

 a { background-color: rgb(52,15,141); }

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

border-color css

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

 span { border-color: rgb(52,15,141); }

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