Html Css Color HEX #34058D Persian Indigo

📋 copy color: '#34058D'

red 52 ◦ green 5 ◦ blue 141

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

Shades of Persian Indigo #34058D

Tints of Persian Indigo #34058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 71.21%

R = 26.26%
G = 2.53%
B = 71.21%

CMYK

 C value IS 0.63

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34058D (or 0x34058D) is known color: Persian Indigo. HEX triplet: 34, 05 and 8D. RGB value is (52,5,141). Sum of RGB (Red+Green+Blue) = 52+5+141=198 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26.26% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 141 (55.47% from 255 or 71.21% from 198); Max value from RGB is 141 - color contains mainly: blue. Hex color #34058D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34058D is #CBFA72. Grayscale: #222222. Windows color (decimal): -13367923 or 9241908. OLE color: 9241908.

HSL color Cylindrical-coordinate representation of color #34058D: hue angle of 260.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34058D is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 5 141 -
CMYK 0.63 0.96 0 0.45
HSL 260.74º 0.93% 0.29% -
HSV(B) 260.74º 0.96% 0.55% -
XYZ 6.28 2.76 25.4 -
YUV 34.56 188.07 140.44 -
System Red Green Blue C M Y K H S L
Decimal 52 5 141 0.63 0.96 0 0.45 260.74 0.93 0.29
Hex 34 5 8D 3F 60 0 2D 105 5D 1D
Octal 64 5 215 77 140 0 55 405 135 35
Binary 110100 101 10001101 111111 1100000 0 101101 100000101 1011101 11101

Color Harmonies of #34058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34058D

Black with #34058D

Text Example


Text Example

White with #34058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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