Html Css Color HEX #34056F Persian Indigo

📋 copy color: '#34056F'

red 52 ◦ green 5 ◦ blue 111

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

Shades of Persian Indigo #34056F

Tints of Persian Indigo #34056F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.98%

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

R = 30.95%
G = 2.98%
B = 66.07%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#34056F (or 0x34056F) is known color: Persian Indigo. HEX triplet: 34, 05 and 6F. RGB value is (52,5,111). Sum of RGB (Red+Green+Blue) = 52+5+111=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 111 (43.75% from 255 or 66.07% from 168); Max value from RGB is 111 - color contains mainly: blue. Hex color #34056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34056F is #CBFA90. Grayscale: #1E1E1E. Windows color (decimal): -13367953 or 7275828. OLE color: 7275828.

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

Color convert

RGB 52 5 111 -
CMYK 0.53 0.95 0 0.56
HSL 266.6º 0.91% 0.23% -
HSV(B) 266.6º 0.95% 0.44% -
XYZ 4.34 1.99 15.19 -
YUV 31.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 52 5 111 0.53 0.95 0 0.56 266.6 0.91 0.23
Hex 34 5 6F 35 5F 0 38 10B 5B 17
Octal 64 5 157 65 137 0 70 413 133 27
Binary 110100 101 1101111 110101 1011111 0 111000 100001011 1011011 10111

Color Harmonies of #34056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34056F

Black with #34056F

Text Example


Text Example

White with #34056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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