Html Css Color HEX #270269 Persian Indigo

📋 copy color: '#270269'

red 39 ◦ green 2 ◦ blue 105

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

Shades of Persian Indigo #270269

Tints of Persian Indigo #270269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 71.92%

R = 26.71%
G = 1.37%
B = 71.92%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#270269 (or 0x270269) is known color: Persian Indigo. HEX triplet: 27, 02 and 69. RGB value is (39,2,105). Sum of RGB (Red+Green+Blue) = 39+2+105=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 105 (41.41% from 255 or 71.92% from 146); Max value from RGB is 105 - color contains mainly: blue. Hex color #270269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270269 is #D8FD96. Grayscale: #181818. Windows color (decimal): -14220695 or 6881831. OLE color: 6881831.

HSL color Cylindrical-coordinate representation of color #270269: hue angle of 261.55º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270269 is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 2 105 -
CMYK 0.63 0.98 0 0.59
HSL 261.55º 0.96% 0.21% -
HSV(B) 261.55º 0.98% 0.41% -
XYZ 3.41 1.49 13.47 -
YUV 24.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 39 2 105 0.63 0.98 0 0.59 261.55 0.96 0.21
Hex 27 2 69 3F 62 0 3B 106 60 15
Octal 47 2 151 77 142 0 73 406 140 25
Binary 100111 10 1101001 111111 1100010 0 111011 100000110 1100000 10101

Color Harmonies of #270269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270269

Black with #270269

Text Example


Text Example

White with #270269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270269; }

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

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

background-color css

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

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

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

border-color css

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

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

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