Html Css Color HEX #340275 Persian Indigo

📋 copy color: '#340275'

red 52 ◦ green 2 ◦ blue 117

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

Shades of Persian Indigo #340275

Tints of Persian Indigo #340275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.42%

R = 30.41%
G = 1.17%
B = 68.42%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#340275 (or 0x340275) is known color: Persian Indigo. HEX triplet: 34, 02 and 75. RGB value is (52,2,117). Sum of RGB (Red+Green+Blue) = 52+2+117=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 2 (1.17% from 255 or 1.17% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #340275 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #340275 is #CBFD8A. Grayscale: #1D1D1D. Windows color (decimal): -13368715 or 7668276. OLE color: 7668276.

HSL color Cylindrical-coordinate representation of color #340275: hue angle of 266.09º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #340275 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 52 2 117 -
CMYK 0.56 0.98 0 0.54
HSL 266.09º 0.97% 0.23% -
HSV(B) 266.09º 0.98% 0.46% -
XYZ 4.65 2.06 16.98 -
YUV 30.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 52 2 117 0.56 0.98 0 0.54 266.09 0.97 0.23
Hex 34 2 75 38 62 0 36 10A 61 17
Octal 64 2 165 70 142 0 66 412 141 27
Binary 110100 10 1110101 111000 1100010 0 110110 100001010 1100001 10111

Color Harmonies of #340275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340275

Black with #340275

Text Example


Text Example

White with #340275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340275; }

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

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

background-color css

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

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

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

border-color css

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

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

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