Html Css Color HEX #260968 Persian Indigo

📋 copy color: '#260968'

red 38 ◦ green 9 ◦ blue 104

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

Shades of Persian Indigo #260968

Tints of Persian Indigo #260968

RGB

 RED value IS 38 (15.23% from 255) = 25.17%

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

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

R = 25.17%
G = 5.96%
B = 68.87%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260968 (or 0x260968) is known color: Persian Indigo. HEX triplet: 26, 09 and 68. RGB value is (38,9,104). Sum of RGB (Red+Green+Blue) = 38+9+104=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #260968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260968 is #D9F697. Grayscale: #1C1C1C. Windows color (decimal): -14284440 or 6818086. OLE color: 6818086.

HSL color Cylindrical-coordinate representation of color #260968: hue angle of 258.32º 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 #260968 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 9 104 -
CMYK 0.63 0.91 0 0.59
HSL 258.32º 0.84% 0.22% -
HSV(B) 258.32º 0.91% 0.41% -
XYZ 3.4 1.61 13.23 -
YUV 28.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 38 9 104 0.63 0.91 0 0.59 258.32 0.84 0.22
Hex 26 9 68 3F 5B 0 3B 102 54 16
Octal 46 11 150 77 133 0 73 402 124 26
Binary 100110 1001 1101000 111111 1011011 0 111011 100000010 1010100 10110

Color Harmonies of #260968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260968

Black with #260968

Text Example


Text Example

White with #260968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260968; }

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

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

background-color css

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

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

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

border-color css

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

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

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