Html Css Color HEX #34076F Persian Indigo

📋 copy color: '#34076F'

red 52 ◦ green 7 ◦ blue 111

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

Shades of Persian Indigo #34076F

Tints of Persian Indigo #34076F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.12%

 BLUE value IS 111 (43.75% from 255) = 65.29%

R = 30.59%
G = 4.12%
B = 65.29%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34076F (or 0x34076F) is known color: Persian Indigo. HEX triplet: 34, 07 and 6F. RGB value is (52,7,111). Sum of RGB (Red+Green+Blue) = 52+7+111=170 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.59% from 170); Green value is 7 (3.12% from 255 or 4.12% from 170); Blue value is 111 (43.75% from 255 or 65.29% from 170); Max value from RGB is 111 - color contains mainly: blue. Hex color #34076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34076F is #CBF890. Grayscale: #1F1F1F. Windows color (decimal): -13367441 or 7276340. OLE color: 7276340.

HSL color Cylindrical-coordinate representation of color #34076F: hue angle of 265.96º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #34076F is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 52 7 111 -
CMYK 0.53 0.94 0 0.56
HSL 265.96º 0.88% 0.23% -
HSV(B) 265.96º 0.94% 0.44% -
XYZ 4.36 2.03 15.2 -
YUV 32.31 172.41 142.04 -
System Red Green Blue C M Y K H S L
Decimal 52 7 111 0.53 0.94 0 0.56 265.96 0.88 0.23
Hex 34 7 6F 35 5E 0 38 10A 58 17
Octal 64 7 157 65 136 0 70 412 130 27
Binary 110100 111 1101111 110101 1011110 0 111000 100001010 1011000 10111

Color Harmonies of #34076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34076F

Black with #34076F

Text Example


Text Example

White with #34076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34076F; }

 p { color: rgb(52,7,111); }

 H1.HeaderClassName
 {
   color: #34076F;
 }
 .AnyTagClassName
 {
   color: #34076F;
 }
</style>

background-color css

<style>
 a { background-color: #34076F; }

 a { background-color: rgb(52,7,111); }

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

border-color css

<style>
 span { border-color: #34076F; }

 span { border-color: rgb(52,7,111); }

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