Html Css Color HEX #340385 Persian Indigo

📋 copy color: '#340385'

red 52 ◦ green 3 ◦ blue 133

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

Shades of Persian Indigo #340385

Tints of Persian Indigo #340385

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.6%

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

R = 27.66%
G = 1.6%
B = 70.74%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#340385 (or 0x340385) is known color: Persian Indigo. HEX triplet: 34, 03 and 85. RGB value is (52,3,133). Sum of RGB (Red+Green+Blue) = 52+3+133=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 3 (1.56% from 255 or 1.60% from 188); Blue value is 133 (52.34% from 255 or 70.74% from 188); Max value from RGB is 133 - color contains mainly: blue. Hex color #340385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340385 is #CBFC7A. Grayscale: #202020. Windows color (decimal): -13368443 or 8717108. OLE color: 8717108.

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

Color convert

RGB 52 3 133 -
CMYK 0.61 0.98 0 0.48
HSL 262.62º 0.96% 0.27% -
HSV(B) 262.62º 0.98% 0.52% -
XYZ 5.68 2.49 22.37 -
YUV 32.47 184.73 141.93 -
System Red Green Blue C M Y K H S L
Decimal 52 3 133 0.61 0.98 0 0.48 262.62 0.96 0.27
Hex 34 3 85 3D 62 0 30 107 60 1B
Octal 64 3 205 75 142 0 60 407 140 33
Binary 110100 11 10000101 111101 1100010 0 110000 100000111 1100000 11011

Color Harmonies of #340385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340385

Black with #340385

Text Example


Text Example

White with #340385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340385; }

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

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

background-color css

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

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

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

border-color css

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

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

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