Html Css Color HEX #270566 Persian Indigo

📋 copy color: '#270566'

red 39 ◦ green 5 ◦ blue 102

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

Shades of Persian Indigo #270566

Tints of Persian Indigo #270566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 69.86%

R = 26.71%
G = 3.42%
B = 69.86%

CMYK

 C value IS 0.62

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#270566 (or 0x270566) is known color: Persian Indigo. HEX triplet: 27, 05 and 66. RGB value is (39,5,102). Sum of RGB (Red+Green+Blue) = 39+5+102=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 102 (40.23% from 255 or 69.86% from 146); Max value from RGB is 102 - color contains mainly: blue. Hex color #270566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270566 is #D8FA99. Grayscale: #191919. Windows color (decimal): -14219930 or 6685991. OLE color: 6685991.

HSL color Cylindrical-coordinate representation of color #270566: hue angle of 261.03º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #270566 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 39 5 102 -
CMYK 0.62 0.95 0 0.6
HSL 261.03º 0.91% 0.21% -
HSV(B) 261.03º 0.95% 0.4% -
XYZ 3.29 1.5 12.69 -
YUV 26.22 170.76 137.11 -
System Red Green Blue C M Y K H S L
Decimal 39 5 102 0.62 0.95 0 0.6 261.03 0.91 0.21
Hex 27 5 66 3E 5F 0 3C 105 5B 15
Octal 47 5 146 76 137 0 74 405 133 25
Binary 100111 101 1100110 111110 1011111 0 111100 100000101 1011011 10101

Color Harmonies of #270566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270566

Black with #270566

Text Example


Text Example

White with #270566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270566; }

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

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

background-color css

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

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

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

border-color css

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

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

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