Html Css Color HEX #340C8D Persian Indigo

📋 copy color: '#340C8D'

red 52 ◦ green 12 ◦ blue 141

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

Shades of Persian Indigo #340C8D

Tints of Persian Indigo #340C8D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

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

R = 25.37%
G = 5.85%
B = 68.78%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#340C8D (or 0x340C8D) is known color: Persian Indigo. HEX triplet: 34, 0C and 8D. RGB value is (52,12,141). Sum of RGB (Red+Green+Blue) = 52+12+141=205 (27% of max value = 765). Red value is 52 (20.70% from 255 or 25.37% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 141 (55.47% from 255 or 68.78% from 205); Max value from RGB is 141 - color contains mainly: blue. Hex color #340C8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340C8D is #CBF372. Grayscale: #262626. Windows color (decimal): -13366131 or 9243700. OLE color: 9243700.

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

Color convert

RGB 52 12 141 -
CMYK 0.63 0.91 0 0.45
HSL 258.6º 0.84% 0.3% -
HSV(B) 258.6º 0.91% 0.55% -
XYZ 6.36 2.92 25.43 -
YUV 38.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 52 12 141 0.63 0.91 0 0.45 258.6 0.84 0.3
Hex 34 C 8D 3F 5B 0 2D 103 54 1E
Octal 64 14 215 77 133 0 55 403 124 36
Binary 110100 1100 10001101 111111 1011011 0 101101 100000011 1010100 11110

Color Harmonies of #340C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C8D

Black with #340C8D

Text Example


Text Example

White with #340C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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