Html Css Color HEX #340C67 Persian Indigo

📋 copy color: '#340C67'

red 52 ◦ green 12 ◦ blue 103

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

Shades of Persian Indigo #340C67

Tints of Persian Indigo #340C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 61.68%

R = 31.14%
G = 7.19%
B = 61.68%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#340C67 (or 0x340C67) is known color: Persian Indigo. HEX triplet: 34, 0C and 67. RGB value is (52,12,103). Sum of RGB (Red+Green+Blue) = 52+12+103=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 103 (40.62% from 255 or 61.68% from 167); Max value from RGB is 103 - color contains mainly: blue. Hex color #340C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340C67 is #CBF398. Grayscale: #222222. Windows color (decimal): -13366169 or 6753332. OLE color: 6753332.

HSL color Cylindrical-coordinate representation of color #340C67: hue angle of 266.37º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #340C67 is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 52 12 103 -
CMYK 0.50 0.88 0 0.60
HSL 266.37º 0.79% 0.23% -
HSV(B) 266.37º 0.88% 0.4% -
XYZ 4 1.97 13 -
YUV 34.33 166.75 140.6 -
System Red Green Blue C M Y K H S L
Decimal 52 12 103 0.50 0.88 0 0.60 266.37 0.79 0.23
Hex 34 C 67 32 58 0 3C 10A 4F 17
Octal 64 14 147 62 130 0 74 412 117 27
Binary 110100 1100 1100111 110010 1011000 0 111100 100001010 1001111 10111

Color Harmonies of #340C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340C67

Black with #340C67

Text Example


Text Example

White with #340C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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