Html Css Color HEX #270581 Persian Indigo

📋 copy color: '#270581'

red 39 ◦ green 5 ◦ blue 129

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

Shades of Persian Indigo #270581

Tints of Persian Indigo #270581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 74.57%

R = 22.54%
G = 2.89%
B = 74.57%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#270581 (or 0x270581) is known color: Persian Indigo. HEX triplet: 27, 05 and 81. RGB value is (39,5,129). Sum of RGB (Red+Green+Blue) = 39+5+129=173 (22% of max value = 765). Red value is 39 (15.62% from 255 or 22.54% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 129 (50.78% from 255 or 74.57% from 173); Max value from RGB is 129 - color contains mainly: blue. Hex color #270581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270581 is #D8FA7E. Grayscale: #1C1C1C. Windows color (decimal): -14219903 or 8455463. OLE color: 8455463.

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

Color convert

RGB 39 5 129 -
CMYK 0.70 0.96 0 0.49
HSL 256.45º 0.93% 0.26% -
HSV(B) 256.45º 0.96% 0.51% -
XYZ 4.85 2.12 20.92 -
YUV 29.3 184.26 134.92 -
System Red Green Blue C M Y K H S L
Decimal 39 5 129 0.70 0.96 0 0.49 256.45 0.93 0.26
Hex 27 5 81 46 60 0 31 100 5D 1A
Octal 47 5 201 106 140 0 61 400 135 32
Binary 100111 101 10000001 1000110 1100000 0 110001 100000000 1011101 11010

Color Harmonies of #270581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270581

Black with #270581

Text Example


Text Example

White with #270581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270581; }

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

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

background-color css

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

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

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

border-color css

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

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

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