Html Css Color HEX #261066 Persian Indigo

📋 copy color: '#261066'

red 38 ◦ green 16 ◦ blue 102

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

Shades of Persian Indigo #261066

Tints of Persian Indigo #261066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10.26%

 BLUE value IS 102 (40.23% from 255) = 65.38%

R = 24.36%
G = 10.26%
B = 65.38%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#261066 (or 0x261066) is known color: Persian Indigo. HEX triplet: 26, 10 and 66. RGB value is (38,16,102). Sum of RGB (Red+Green+Blue) = 38+16+102=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 102 (40.23% from 255 or 65.38% from 156); Max value from RGB is 102 - color contains mainly: blue. Hex color #261066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261066 is #D9EF99. Grayscale: #202020. Windows color (decimal): -14282650 or 6688806. OLE color: 6688806.

HSL color Cylindrical-coordinate representation of color #261066: hue angle of 255.35º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #261066 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 38 16 102 -
CMYK 0.63 0.84 0 0.6
HSL 255.35º 0.73% 0.23% -
HSV(B) 255.35º 0.84% 0.4% -
XYZ 3.38 1.74 12.73 -
YUV 32.38 167.29 132.01 -
System Red Green Blue C M Y K H S L
Decimal 38 16 102 0.63 0.84 0 0.6 255.35 0.73 0.23
Hex 26 10 66 3F 54 0 3C FF 49 17
Octal 46 20 146 77 124 0 74 377 111 27
Binary 100110 10000 1100110 111111 1010100 0 111100 11111111 1001001 10111

Color Harmonies of #261066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261066

Black with #261066

Text Example


Text Example

White with #261066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261066; }

 p { color: rgb(38,16,102); }

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

background-color css

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

 a { background-color: rgb(38,16,102); }

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

border-color css

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

 span { border-color: rgb(38,16,102); }

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