Html Css Color HEX #34059D Persian Indigo

📋 copy color: '#34059D'

red 52 ◦ green 5 ◦ blue 157

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

Shades of Persian Indigo #34059D

Tints of Persian Indigo #34059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 73.36%

R = 24.3%
G = 2.34%
B = 73.36%

CMYK

 C value IS 0.67

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#34059D (or 0x34059D) is known color: Persian Indigo. HEX triplet: 34, 05 and 9D. RGB value is (52,5,157). Sum of RGB (Red+Green+Blue) = 52+5+157=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 157 (61.72% from 255 or 73.36% from 214); Max value from RGB is 157 - color contains mainly: blue. Hex color #34059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34059D is #CBFA62. Grayscale: #232323. Windows color (decimal): -13367907 or 10290484. OLE color: 10290484.

HSL color Cylindrical-coordinate representation of color #34059D: hue angle of 258.55º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #34059D is Cyan = 0.67, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 5 157 -
CMYK 0.67 0.97 0 0.38
HSL 258.55º 0.94% 0.32% -
HSV(B) 258.55º 0.97% 0.62% -
XYZ 7.56 3.27 32.13 -
YUV 36.38 196.07 139.14 -
System Red Green Blue C M Y K H S L
Decimal 52 5 157 0.67 0.97 0 0.38 258.55 0.94 0.32
Hex 34 5 9D 43 61 0 26 103 5E 20
Octal 64 5 235 103 141 0 46 403 136 40
Binary 110100 101 10011101 1000011 1100001 0 100110 100000011 1011110 100000

Color Harmonies of #34059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34059D

Black with #34059D

Text Example


Text Example

White with #34059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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