Html Css Color HEX #260168 Persian Indigo

📋 copy color: '#260168'

red 38 ◦ green 1 ◦ blue 104

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

Shades of Persian Indigo #260168

Tints of Persian Indigo #260168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 26.57%
G = 0.7%
B = 72.73%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#260168 (or 0x260168) is known color: Persian Indigo. HEX triplet: 26, 01 and 68. RGB value is (38,1,104). Sum of RGB (Red+Green+Blue) = 38+1+104=143 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.57% from 143); Green value is 1 (0.78% from 255 or 0.70% 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 #260168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260168 is #D9FE97. Grayscale: #171717. Windows color (decimal): -14286488 or 6816038. OLE color: 6816038.

HSL color Cylindrical-coordinate representation of color #260168: hue angle of 261.55º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260168 is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 38 1 104 -
CMYK 0.63 0.99 0 0.59
HSL 261.55º 0.98% 0.21% -
HSV(B) 261.55º 0.99% 0.41% -
XYZ 3.31 1.43 13.2 -
YUV 23.81 173.26 138.12 -
System Red Green Blue C M Y K H S L
Decimal 38 1 104 0.63 0.99 0 0.59 261.55 0.98 0.21
Hex 26 1 68 3F 63 0 3B 106 62 15
Octal 46 1 150 77 143 0 73 406 142 25
Binary 100110 1 1101000 111111 1100011 0 111011 100000110 1100010 10101

Color Harmonies of #260168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260168

Black with #260168

Text Example


Text Example

White with #260168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260168; }

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

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

background-color css

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

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

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

border-color css

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

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

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