Html Css Color HEX #270F6F Persian Indigo

📋 copy color: '#270F6F'

red 39 ◦ green 15 ◦ blue 111

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

Shades of Persian Indigo #270F6F

Tints of Persian Indigo #270F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.09%

 BLUE value IS 111 (43.75% from 255) = 67.27%

R = 23.64%
G = 9.09%
B = 67.27%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#270F6F (or 0x270F6F) is known color: Persian Indigo. HEX triplet: 27, 0F and 6F. RGB value is (39,15,111). Sum of RGB (Red+Green+Blue) = 39+15+111=165 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.64% from 165); Green value is 15 (6.25% from 255 or 9.09% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #270F6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270F6F is #D8F090. Grayscale: #202020. Windows color (decimal): -14217361 or 7278375. OLE color: 7278375.

HSL color Cylindrical-coordinate representation of color #270F6F: hue angle of 255º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #270F6F is Cyan = 0.65, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 39 15 111 -
CMYK 0.65 0.86 0 0.56
HSL 255º 0.76% 0.25% -
HSV(B) 255º 0.86% 0.44% -
XYZ 3.88 1.92 15.21 -
YUV 33.12 171.95 132.19 -
System Red Green Blue C M Y K H S L
Decimal 39 15 111 0.65 0.86 0 0.56 255 0.76 0.25
Hex 27 F 6F 41 56 0 38 FF 4C 19
Octal 47 17 157 101 126 0 70 377 114 31
Binary 100111 1111 1101111 1000001 1010110 0 111000 11111111 1001100 11001

Color Harmonies of #270F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270F6F

Black with #270F6F

Text Example


Text Example

White with #270F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270F6F; }

 p { color: rgb(39,15,111); }

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

background-color css

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

 a { background-color: rgb(39,15,111); }

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

border-color css

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

 span { border-color: rgb(39,15,111); }

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