Html Css Color HEX #34028A Persian Indigo

📋 copy color: '#34028A'

red 52 ◦ green 2 ◦ blue 138

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

Shades of Persian Indigo #34028A

Tints of Persian Indigo #34028A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.04%

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

R = 27.08%
G = 1.04%
B = 71.88%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#34028A (or 0x34028A) is known color: Persian Indigo. HEX triplet: 34, 02 and 8A. RGB value is (52,2,138). Sum of RGB (Red+Green+Blue) = 52+2+138=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 138 (54.30% from 255 or 71.88% from 192); Max value from RGB is 138 - color contains mainly: blue. Hex color #34028A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #34028A is #CBFD75. Grayscale: #1F1F1F. Windows color (decimal): -13368694 or 9044532. OLE color: 9044532.

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

Color convert

RGB 52 2 138 -
CMYK 0.62 0.99 0 0.46
HSL 262.06º 0.97% 0.27% -
HSV(B) 262.06º 0.99% 0.54% -
XYZ 6.03 2.61 24.23 -
YUV 32.45 187.57 141.94 -
System Red Green Blue C M Y K H S L
Decimal 52 2 138 0.62 0.99 0 0.46 262.06 0.97 0.27
Hex 34 2 8A 3E 63 0 2E 106 61 1B
Octal 64 2 212 76 143 0 56 406 141 33
Binary 110100 10 10001010 111110 1100011 0 101110 100000110 1100001 11011

Color Harmonies of #34028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34028A

Black with #34028A

Text Example


Text Example

White with #34028A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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