Html Css Color HEX #270584 Persian Indigo

📋 copy color: '#270584'

red 39 ◦ green 5 ◦ blue 132

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

Shades of Persian Indigo #270584

Tints of Persian Indigo #270584

RGB

 RED value IS 39 (15.63% from 255) = 22.16%

 GREEN value IS 5 (2.34% from 255) = 2.84%

 BLUE value IS 132 (51.95% from 255) = 75%

R = 22.16%
G = 2.84%
B = 75%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#270584 (or 0x270584) is known color: Persian Indigo. HEX triplet: 27, 05 and 84. RGB value is (39,5,132). Sum of RGB (Red+Green+Blue) = 39+5+132=176 (23% of max value = 765). Red value is 39 (15.62% from 255 or 22.16% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 132 (51.95% from 255 or 75% from 176); Max value from RGB is 132 - color contains mainly: blue. Hex color #270584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270584 is #D8FA7B. Grayscale: #1D1D1D. Windows color (decimal): -14219900 or 8652071. OLE color: 8652071.

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

Color convert

RGB 39 5 132 -
CMYK 0.70 0.96 0 0.48
HSL 256.06º 0.93% 0.27% -
HSV(B) 256.06º 0.96% 0.52% -
XYZ 5.06 2.21 21.99 -
YUV 29.64 185.76 134.67 -
System Red Green Blue C M Y K H S L
Decimal 39 5 132 0.70 0.96 0 0.48 256.06 0.93 0.27
Hex 27 5 84 46 60 0 30 100 5D 1B
Octal 47 5 204 106 140 0 60 400 135 33
Binary 100111 101 10000100 1000110 1100000 0 110000 100000000 1011101 11011

Color Harmonies of #270584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270584

Black with #270584

Text Example


Text Example

White with #270584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270584; }

 p { color: rgb(39,5,132); }

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

background-color css

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

 a { background-color: rgb(39,5,132); }

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

border-color css

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

 span { border-color: rgb(39,5,132); }

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