Html Css Color HEX #270C69 Persian Indigo

📋 copy color: '#270C69'

red 39 ◦ green 12 ◦ blue 105

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

Shades of Persian Indigo #270C69

Tints of Persian Indigo #270C69

RGB

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

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

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

R = 25%
G = 7.69%
B = 67.31%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#270C69 (or 0x270C69) is known color: Persian Indigo. HEX triplet: 27, 0C and 69. RGB value is (39,12,105). Sum of RGB (Red+Green+Blue) = 39+12+105=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 12 (5.08% from 255 or 7.69% from 156); Blue value is 105 (41.41% from 255 or 67.31% from 156); Max value from RGB is 105 - color contains mainly: blue. Hex color #270C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270C69 is #D8F396. Grayscale: #1E1E1E. Windows color (decimal): -14218135 or 6884391. OLE color: 6884391.

HSL color Cylindrical-coordinate representation of color #270C69: hue angle of 257.42º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #270C69 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 12 105 -
CMYK 0.63 0.89 0 0.59
HSL 257.42º 0.79% 0.23% -
HSV(B) 257.42º 0.89% 0.41% -
XYZ 3.52 1.71 13.51 -
YUV 30.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 39 12 105 0.63 0.89 0 0.59 257.42 0.79 0.23
Hex 27 C 69 3F 59 0 3B 101 4F 17
Octal 47 14 151 77 131 0 73 401 117 27
Binary 100111 1100 1101001 111111 1011001 0 111011 100000001 1001111 10111

Color Harmonies of #270C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270C69

Black with #270C69

Text Example


Text Example

White with #270C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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