Html Css Color HEX #270068 Persian Indigo

📋 copy color: '#270068'

red 39 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #270068

Tints of Persian Indigo #270068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 104 (41.02% from 255) = 72.73%

R = 27.27%
G = 0%
B = 72.73%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#270068 (or 0x270068) is known color: Persian Indigo. HEX triplet: 27, 00 and 68. RGB value is (39,0,104). Sum of RGB (Red+Green+Blue) = 39+0+104=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 104 (41.02% from 255 or 72.73% from 143); Max value from RGB is 104 - color contains mainly: blue. Hex color #270068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270068 is #D8FF97. Grayscale: #171717. Windows color (decimal): -14221208 or 6815783. OLE color: 6815783.

HSL color Cylindrical-coordinate representation of color #270068: hue angle of 262.5º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #270068 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 0 104 -
CMYK 0.62 1 0 0.59
HSL 262.5º 1% 0.2% -
HSV(B) 262.5º 1% 0.41% -
XYZ 3.34 1.43 13.2 -
YUV 23.52 173.42 139.04 -
System Red Green Blue C M Y K H S L
Decimal 39 0 104 0.62 1 0 0.59 262.5 1 0.2
Hex 27 0 68 3E 64 0 3B 106 64 14
Octal 47 0 150 76 144 0 73 406 144 24
Binary 100111 0 1101000 111110 1100100 0 111011 100000110 1100100 10100

Color Harmonies of #270068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270068

Black with #270068

Text Example


Text Example

White with #270068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270068; }

 p { color: rgb(39,0,104); }

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

background-color css

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

 a { background-color: rgb(39,0,104); }

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

border-color css

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

 span { border-color: rgb(39,0,104); }

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