Html Css Color HEX #340288 Persian Indigo

📋 copy color: '#340288'

red 52 ◦ green 2 ◦ blue 136

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

Shades of Persian Indigo #340288

Tints of Persian Indigo #340288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 71.58%

R = 27.37%
G = 1.05%
B = 71.58%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#340288 (or 0x340288) is known color: Persian Indigo. HEX triplet: 34, 02 and 88. RGB value is (52,2,136). Sum of RGB (Red+Green+Blue) = 52+2+136=190 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.37% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #340288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #340288 is #CBFD77. Grayscale: #1F1F1F. Windows color (decimal): -13368696 or 8913460. OLE color: 8913460.

HSL color Cylindrical-coordinate representation of color #340288: hue angle of 262.39º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #340288 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 52 2 136 -
CMYK 0.62 0.99 0 0.47
HSL 262.39º 0.97% 0.27% -
HSV(B) 262.39º 0.99% 0.53% -
XYZ 5.88 2.55 23.47 -
YUV 32.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 52 2 136 0.62 0.99 0 0.47 262.39 0.97 0.27
Hex 34 2 88 3E 63 0 2F 106 61 1B
Octal 64 2 210 76 143 0 57 406 141 33
Binary 110100 10 10001000 111110 1100011 0 101111 100000110 1100001 11011

Color Harmonies of #340288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #340288

Black with #340288

Text Example


Text Example

White with #340288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #340288; }

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

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

background-color css

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

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

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

border-color css

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

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

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