Html Css Color HEX #270C6B Persian Indigo

📋 copy color: '#270C6B'

red 39 ◦ green 12 ◦ blue 107

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

Shades of Persian Indigo #270C6B

Tints of Persian Indigo #270C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 107 (42.19% from 255) = 67.72%

R = 24.68%
G = 7.59%
B = 67.72%

CMYK

 C value IS 0.64

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#270C6B (or 0x270C6B) is known color: Persian Indigo. HEX triplet: 27, 0C and 6B. RGB value is (39,12,107). Sum of RGB (Red+Green+Blue) = 39+12+107=158 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.68% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #270C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270C6B is #D8F394. Grayscale: #1E1E1E. Windows color (decimal): -14218133 or 7015463. OLE color: 7015463.

HSL color Cylindrical-coordinate representation of color #270C6B: hue angle of 257.05º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270C6B is Cyan = 0.64, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 39 12 107 -
CMYK 0.64 0.89 0 0.58
HSL 257.05º 0.8% 0.23% -
HSV(B) 257.05º 0.89% 0.42% -
XYZ 3.62 1.76 14.06 -
YUV 30.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 39 12 107 0.64 0.89 0 0.58 257.05 0.8 0.23
Hex 27 C 6B 40 59 0 3A 101 50 17
Octal 47 14 153 100 131 0 72 401 120 27
Binary 100111 1100 1101011 1000000 1011001 0 111010 100000001 1010000 10111

Color Harmonies of #270C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C6B

Black with #270C6B

Text Example


Text Example

White with #270C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,12,107); }

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

background-color css

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

 a { background-color: rgb(39,12,107); }

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

border-color css

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

 span { border-color: rgb(39,12,107); }

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