Html Css Color HEX #270266 Persian Indigo

📋 copy color: '#270266'

red 39 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #270266

Tints of Persian Indigo #270266

RGB

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

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

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

R = 27.27%
G = 1.4%
B = 71.33%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#270266 (or 0x270266) is known color: Persian Indigo. HEX triplet: 27, 02 and 66. RGB value is (39,2,102). Sum of RGB (Red+Green+Blue) = 39+2+102=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #270266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270266 is #D8FD99. Grayscale: #181818. Windows color (decimal): -14220698 or 6685223. OLE color: 6685223.

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

Color convert

RGB 39 2 102 -
CMYK 0.62 0.98 0 0.6
HSL 262.2º 0.96% 0.2% -
HSV(B) 262.2º 0.98% 0.4% -
XYZ 3.26 1.43 12.68 -
YUV 24.46 171.76 138.37 -
System Red Green Blue C M Y K H S L
Decimal 39 2 102 0.62 0.98 0 0.6 262.2 0.96 0.2
Hex 27 2 66 3E 62 0 3C 106 60 14
Octal 47 2 146 76 142 0 74 406 140 24
Binary 100111 10 1100110 111110 1100010 0 111100 100000110 1100000 10100

Color Harmonies of #270266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270266

Black with #270266

Text Example


Text Example

White with #270266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270266; }

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

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

background-color css

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

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

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

border-color css

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

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

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