Html Css Color HEX #34277A Persian Indigo

📋 copy color: '#34277A'

red 52 ◦ green 39 ◦ blue 122

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

Shades of Persian Indigo #34277A

Tints of Persian Indigo #34277A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.31%

 BLUE value IS 122 (48.05% from 255) = 57.28%

R = 24.41%
G = 18.31%
B = 57.28%

CMYK

 C value IS 0.57

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#34277A (or 0x34277A) is known color: Persian Indigo. HEX triplet: 34, 27 and 7A. RGB value is (52,39,122). Sum of RGB (Red+Green+Blue) = 52+39+122=213 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.41% from 213); Green value is 39 (15.62% from 255 or 18.31% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #34277A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34277A is #CBD885. Grayscale: #343434. Windows color (decimal): -13359238 or 8005428. OLE color: 8005428.

HSL color Cylindrical-coordinate representation of color #34277A: hue angle of 249.4º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34277A is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 52 39 122 -
CMYK 0.57 0.68 0 0.52
HSL 249.4º 0.52% 0.32% -
HSV(B) 249.4º 0.68% 0.48% -
XYZ 5.65 3.59 18.81 -
YUV 52.35 167.31 127.75 -
System Red Green Blue C M Y K H S L
Decimal 52 39 122 0.57 0.68 0 0.52 249.4 0.52 0.32
Hex 34 27 7A 39 44 0 34 F9 34 20
Octal 64 47 172 71 104 0 64 371 64 40
Binary 110100 100111 1111010 111001 1000100 0 110100 11111001 110100 100000

Color Harmonies of #34277A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34277A

Black with #34277A

Text Example


Text Example

White with #34277A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,39,122); }

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

background-color css

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

 a { background-color: rgb(52,39,122); }

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

border-color css

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

 span { border-color: rgb(52,39,122); }

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