Html Css Color HEX #34058A Persian Indigo

📋 copy color: '#34058A'

red 52 ◦ green 5 ◦ blue 138

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

Shades of Persian Indigo #34058A

Tints of Persian Indigo #34058A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 70.77%

R = 26.67%
G = 2.56%
B = 70.77%

CMYK

 C value IS 0.62

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#34058A (or 0x34058A) is known color: Persian Indigo. HEX triplet: 34, 05 and 8A. RGB value is (52,5,138). Sum of RGB (Red+Green+Blue) = 52+5+138=195 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.67% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 138 (54.30% from 255 or 70.77% from 195); Max value from RGB is 138 - color contains mainly: blue. Hex color #34058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34058A is #CBFA75. Grayscale: #212121. Windows color (decimal): -13367926 or 9045300. OLE color: 9045300.

HSL color Cylindrical-coordinate representation of color #34058A: hue angle of 261.2º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #34058A is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 52 5 138 -
CMYK 0.62 0.96 0 0.46
HSL 261.2º 0.93% 0.28% -
HSV(B) 261.2º 0.96% 0.54% -
XYZ 6.06 2.67 24.24 -
YUV 34.22 186.57 140.69 -
System Red Green Blue C M Y K H S L
Decimal 52 5 138 0.62 0.96 0 0.46 261.2 0.93 0.28
Hex 34 5 8A 3E 60 0 2E 105 5D 1C
Octal 64 5 212 76 140 0 56 405 135 34
Binary 110100 101 10001010 111110 1100000 0 101110 100000101 1011101 11100

Color Harmonies of #34058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34058A

Black with #34058A

Text Example


Text Example

White with #34058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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