Html Css Color HEX #34006B Persian Indigo

📋 copy color: '#34006B'

red 52 ◦ green 0 ◦ blue 107

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

Shades of Persian Indigo #34006B

Tints of Persian Indigo #34006B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 107 (42.19% from 255) = 67.3%

R = 32.7%
G = 0%
B = 67.3%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#34006B (or 0x34006B) is known color: Persian Indigo. HEX triplet: 34, 00 and 6B. RGB value is (52,0,107). Sum of RGB (Red+Green+Blue) = 52+0+107=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 0 (0.39% from 255 or 0% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #34006B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34006B is #CBFF94. Grayscale: #1B1B1B. Windows color (decimal): -13369237 or 7012404. OLE color: 7012404.

HSL color Cylindrical-coordinate representation of color #34006B: hue angle of 269.16º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #34006B is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 52 0 107 -
CMYK 0.51 1 0 0.58
HSL 269.16º 1% 0.21% -
HSV(B) 269.16º 1% 0.42% -
XYZ 4.07 1.79 14.04 -
YUV 27.75 172.73 145.3 -
System Red Green Blue C M Y K H S L
Decimal 52 0 107 0.51 1 0 0.58 269.16 1 0.21
Hex 34 0 6B 33 64 0 3A 10D 64 15
Octal 64 0 153 63 144 0 72 415 144 25
Binary 110100 0 1101011 110011 1100100 0 111010 100001101 1100100 10101

Color Harmonies of #34006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34006B

Black with #34006B

Text Example


Text Example

White with #34006B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34006B; }

 p { color: rgb(52,0,107); }

 H1.HeaderClassName
 {
   color: #34006B;
 }
 .AnyTagClassName
 {
   color: #34006B;
 }
</style>

background-color css

<style>
 a { background-color: #34006B; }

 a { background-color: rgb(52,0,107); }

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

border-color css

<style>
 span { border-color: #34006B; }

 span { border-color: rgb(52,0,107); }

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