Html Css Color HEX #340885 Persian Indigo

📋 copy color: '#340885'

red 52 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #340885

Tints of Persian Indigo #340885

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

 BLUE value IS 133 (52.34% from 255) = 68.91%

R = 26.94%
G = 4.15%
B = 68.91%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#340885 (or 0x340885) is known color: Persian Indigo. HEX triplet: 34, 08 and 85. RGB value is (52,8,133). Sum of RGB (Red+Green+Blue) = 52+8+133=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #340885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340885 is #CBF77A. Grayscale: #222222. Windows color (decimal): -13367163 or 8718388. OLE color: 8718388.

HSL color Cylindrical-coordinate representation of color #340885: hue angle of 261.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #340885 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 52 8 133 -
CMYK 0.61 0.94 0 0.48
HSL 261.12º 0.89% 0.28% -
HSV(B) 261.12º 0.94% 0.52% -
XYZ 5.74 2.6 22.39 -
YUV 35.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 52 8 133 0.61 0.94 0 0.48 261.12 0.89 0.28
Hex 34 8 85 3D 5E 0 30 105 59 1C
Octal 64 10 205 75 136 0 60 405 131 34
Binary 110100 1000 10000101 111101 1011110 0 110000 100000101 1011001 11100

Color Harmonies of #340885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340885

Black with #340885

Text Example


Text Example

White with #340885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340885; }

 p { color: rgb(52,8,133); }

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

background-color css

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

 a { background-color: rgb(52,8,133); }

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

border-color css

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

 span { border-color: rgb(52,8,133); }

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