Html Css Color HEX #260068 Persian Indigo

📋 copy color: '#260068'

red 38 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #260068

Tints of Persian Indigo #260068

RGB

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

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

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

R = 26.76%
G = 0%
B = 73.24%

CMYK

 C value IS 0.63

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260068 (or 0x260068) is known color: Persian Indigo. HEX triplet: 26, 00 and 68. RGB value is (38,0,104). Sum of RGB (Red+Green+Blue) = 38+0+104=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #260068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260068 is #D9FF97. Grayscale: #161616. Windows color (decimal): -14286744 or 6815782. OLE color: 6815782.

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

Color convert

RGB 38 0 104 -
CMYK 0.63 1 0 0.59
HSL 261.92º 1% 0.2% -
HSV(B) 261.92º 1% 0.41% -
XYZ 3.3 1.41 13.2 -
YUV 23.22 173.59 138.54 -
System Red Green Blue C M Y K H S L
Decimal 38 0 104 0.63 1 0 0.59 261.92 1 0.2
Hex 26 0 68 3F 64 0 3B 106 64 14
Octal 46 0 150 77 144 0 73 406 144 24
Binary 100110 0 1101000 111111 1100100 0 111011 100000110 1100100 10100

Color Harmonies of #260068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260068

Black with #260068

Text Example


Text Example

White with #260068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260068; }

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

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

background-color css

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

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

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

border-color css

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

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

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