Html Css Color HEX #270968 Persian Indigo

📋 copy color: '#270968'

red 39 ◦ green 9 ◦ blue 104

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

Shades of Persian Indigo #270968

Tints of Persian Indigo #270968

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.92%

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

R = 25.66%
G = 5.92%
B = 68.42%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#270968 (or 0x270968) is known color: Persian Indigo. HEX triplet: 27, 09 and 68. RGB value is (39,9,104). Sum of RGB (Red+Green+Blue) = 39+9+104=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #270968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #270968 is #D8F697. Grayscale: #1C1C1C. Windows color (decimal): -14218904 or 6818087. OLE color: 6818087.

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

Color convert

RGB 39 9 104 -
CMYK 0.62 0.91 0 0.59
HSL 258.95º 0.84% 0.22% -
HSV(B) 258.95º 0.91% 0.41% -
XYZ 3.43 1.63 13.23 -
YUV 28.8 170.44 135.28 -
System Red Green Blue C M Y K H S L
Decimal 39 9 104 0.62 0.91 0 0.59 258.95 0.84 0.22
Hex 27 9 68 3E 5B 0 3B 103 54 16
Octal 47 11 150 76 133 0 73 403 124 26
Binary 100111 1001 1101000 111110 1011011 0 111011 100000011 1010100 10110

Color Harmonies of #270968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270968

Black with #270968

Text Example


Text Example

White with #270968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270968; }

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

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

background-color css

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

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

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

border-color css

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

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

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