Html Css Color HEX #34056D Persian Indigo

📋 copy color: '#34056D'

red 52 ◦ green 5 ◦ blue 109

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

Shades of Persian Indigo #34056D

Tints of Persian Indigo #34056D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 65.66%

R = 31.33%
G = 3.01%
B = 65.66%

CMYK

 C value IS 0.52

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#34056D (or 0x34056D) is known color: Persian Indigo. HEX triplet: 34, 05 and 6D. RGB value is (52,5,109). Sum of RGB (Red+Green+Blue) = 52+5+109=166 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.33% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 109 (42.97% from 255 or 65.66% from 166); Max value from RGB is 109 - color contains mainly: blue. Hex color #34056D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #34056D is #CBFA92. Grayscale: #1E1E1E. Windows color (decimal): -13367955 or 7144756. OLE color: 7144756.

HSL color Cylindrical-coordinate representation of color #34056D: hue angle of 267.12º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #34056D is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 52 5 109 -
CMYK 0.52 0.95 0 0.57
HSL 267.12º 0.91% 0.22% -
HSV(B) 267.12º 0.95% 0.43% -
XYZ 4.23 1.94 14.62 -
YUV 30.91 172.07 143.04 -
System Red Green Blue C M Y K H S L
Decimal 52 5 109 0.52 0.95 0 0.57 267.12 0.91 0.22
Hex 34 5 6D 34 5F 0 39 10B 5B 16
Octal 64 5 155 64 137 0 71 413 133 26
Binary 110100 101 1101101 110100 1011111 0 111001 100001011 1011011 10110

Color Harmonies of #34056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34056D

Black with #34056D

Text Example


Text Example

White with #34056D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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