Html Css Color HEX #34267C Persian Indigo

📋 copy color: '#34267C'

red 52 ◦ green 38 ◦ blue 124

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

Shades of Persian Indigo #34267C

Tints of Persian Indigo #34267C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.76%

 BLUE value IS 124 (48.83% from 255) = 57.94%

R = 24.3%
G = 17.76%
B = 57.94%

CMYK

 C value IS 0.58

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#34267C (or 0x34267C) is known color: Persian Indigo. HEX triplet: 34, 26 and 7C. RGB value is (52,38,124). Sum of RGB (Red+Green+Blue) = 52+38+124=214 (28% of max value = 765). Red value is 52 (20.70% from 255 or 24.30% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 124 (48.83% from 255 or 57.94% from 214); Max value from RGB is 124 - color contains mainly: blue. Hex color #34267C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #34267C is #CBD983. Grayscale: #333333. Windows color (decimal): -13359492 or 8136244. OLE color: 8136244.

HSL color Cylindrical-coordinate representation of color #34267C: hue angle of 249.77º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34267C is Cyan = 0.58, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 52 38 124 -
CMYK 0.58 0.69 0 0.51
HSL 249.77º 0.53% 0.32% -
HSV(B) 249.77º 0.69% 0.49% -
XYZ 5.75 3.57 19.46 -
YUV 51.99 168.64 128.01 -
System Red Green Blue C M Y K H S L
Decimal 52 38 124 0.58 0.69 0 0.51 249.77 0.53 0.32
Hex 34 26 7C 3A 45 0 33 FA 35 20
Octal 64 46 174 72 105 0 63 372 65 40
Binary 110100 100110 1111100 111010 1000101 0 110011 11111010 110101 100000

Color Harmonies of #34267C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34267C

Black with #34267C

Text Example


Text Example

White with #34267C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34267C; }

 p { color: rgb(52,38,124); }

 H1.HeaderClassName
 {
   color: #34267C;
 }
 .AnyTagClassName
 {
   color: #34267C;
 }
</style>

background-color css

<style>
 a { background-color: #34267C; }

 a { background-color: rgb(52,38,124); }

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

border-color css

<style>
 span { border-color: #34267C; }

 span { border-color: rgb(52,38,124); }

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