Html Css Color HEX #340C9B Persian Indigo

📋 copy color: '#340C9B'

red 52 ◦ green 12 ◦ blue 155

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

Shades of Persian Indigo #340C9B

Tints of Persian Indigo #340C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 70.78%

R = 23.74%
G = 5.48%
B = 70.78%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#340C9B (or 0x340C9B) is known color: Persian Indigo. HEX triplet: 34, 0C and 9B. RGB value is (52,12,155). Sum of RGB (Red+Green+Blue) = 52+12+155=219 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.74% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 155 (60.94% from 255 or 70.78% from 219); Max value from RGB is 155 - color contains mainly: blue. Hex color #340C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340C9B is #CBF364. Grayscale: #272727. Windows color (decimal): -13366117 or 10161204. OLE color: 10161204.

HSL color Cylindrical-coordinate representation of color #340C9B: hue angle of 256.78º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #340C9B is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 12 155 -
CMYK 0.66 0.92 0 0.39
HSL 256.78º 0.86% 0.33% -
HSV(B) 256.78º 0.92% 0.61% -
XYZ 7.46 3.36 31.27 -
YUV 40.26 192.75 136.37 -
System Red Green Blue C M Y K H S L
Decimal 52 12 155 0.66 0.92 0 0.39 256.78 0.86 0.33
Hex 34 C 9B 42 5C 0 27 101 56 21
Octal 64 14 233 102 134 0 47 401 126 41
Binary 110100 1100 10011011 1000010 1011100 0 100111 100000001 1010110 100001

Color Harmonies of #340C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C9B

Black with #340C9B

Text Example


Text Example

White with #340C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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