Html Css Color HEX #270C63 Persian Indigo

📋 copy color: '#270C63'

red 39 ◦ green 12 ◦ blue 99

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

Shades of Persian Indigo #270C63

Tints of Persian Indigo #270C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 66%

R = 26%
G = 8%
B = 66%

CMYK

 C value IS 0.61

 M value IS 0.88

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#270C63 (or 0x270C63) is known color: Persian Indigo. HEX triplet: 27, 0C and 63. RGB value is (39,12,99). Sum of RGB (Red+Green+Blue) = 39+12+99=150 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26% from 150); Green value is 12 (5.08% from 255 or 8% from 150); Blue value is 99 (39.06% from 255 or 66% from 150); Max value from RGB is 99 - color contains mainly: blue. Hex color #270C63 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270C63 is #D8F39C. Grayscale: #1D1D1D. Windows color (decimal): -14218141 or 6491175. OLE color: 6491175.

HSL color Cylindrical-coordinate representation of color #270C63: hue angle of 258.62º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #270C63 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 39 12 99 -
CMYK 0.61 0.88 0 0.61
HSL 258.62º 0.78% 0.22% -
HSV(B) 258.62º 0.88% 0.39% -
XYZ 3.22 1.6 11.94 -
YUV 29.99 166.95 134.43 -
System Red Green Blue C M Y K H S L
Decimal 39 12 99 0.61 0.88 0 0.61 258.62 0.78 0.22
Hex 27 C 63 3D 58 0 3D 103 4E 16
Octal 47 14 143 75 130 0 75 403 116 26
Binary 100111 1100 1100011 111101 1011000 0 111101 100000011 1001110 10110

Color Harmonies of #270C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C63

Black with #270C63

Text Example


Text Example

White with #270C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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