Html Css Color HEX #270C8C Persian Indigo

📋 copy color: '#270C8C'

red 39 ◦ green 12 ◦ blue 140

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

Shades of Persian Indigo #270C8C

Tints of Persian Indigo #270C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 73.3%

R = 20.42%
G = 6.28%
B = 73.3%

CMYK

 C value IS 0.72

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#270C8C (or 0x270C8C) is known color: Persian Indigo. HEX triplet: 27, 0C and 8C. RGB value is (39,12,140). Sum of RGB (Red+Green+Blue) = 39+12+140=191 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.42% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 140 (55.08% from 255 or 73.30% from 191); Max value from RGB is 140 - color contains mainly: blue. Hex color #270C8C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270C8C is #D8F373. Grayscale: #222222. Windows color (decimal): -14218100 or 9178151. OLE color: 9178151.

HSL color Cylindrical-coordinate representation of color #270C8C: hue angle of 252.66º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #270C8C is Cyan = 0.72, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 12 140 -
CMYK 0.72 0.91 0 0.45
HSL 252.66º 0.84% 0.3% -
HSV(B) 252.66º 0.91% 0.55% -
XYZ 5.7 2.59 25.01 -
YUV 34.67 187.45 131.09 -
System Red Green Blue C M Y K H S L
Decimal 39 12 140 0.72 0.91 0 0.45 252.66 0.84 0.3
Hex 27 C 8C 48 5B 0 2D FD 54 1E
Octal 47 14 214 110 133 0 55 375 124 36
Binary 100111 1100 10001100 1001000 1011011 0 101101 11111101 1010100 11110

Color Harmonies of #270C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C8C

Black with #270C8C

Text Example


Text Example

White with #270C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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