Html Css Color HEX #26036D Persian Indigo

📋 copy color: '#26036D'

red 38 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #26036D

Tints of Persian Indigo #26036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

 BLUE value IS 109 (42.97% from 255) = 72.67%

R = 25.33%
G = 2%
B = 72.67%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#26036D (or 0x26036D) is known color: Persian Indigo. HEX triplet: 26, 03 and 6D. RGB value is (38,3,109). Sum of RGB (Red+Green+Blue) = 38+3+109=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 109 (42.97% from 255 or 72.67% from 150); Max value from RGB is 109 - color contains mainly: blue. Hex color #26036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26036D is #D9FC92. Grayscale: #191919. Windows color (decimal): -14285971 or 7144230. OLE color: 7144230.

HSL color Cylindrical-coordinate representation of color #26036D: hue angle of 259.81º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26036D is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 38 3 109 -
CMYK 0.65 0.97 0 0.57
HSL 259.81º 0.95% 0.22% -
HSV(B) 259.81º 0.97% 0.43% -
XYZ 3.59 1.58 14.58 -
YUV 25.55 175.1 136.88 -
System Red Green Blue C M Y K H S L
Decimal 38 3 109 0.65 0.97 0 0.57 259.81 0.95 0.22
Hex 26 3 6D 41 61 0 39 104 5F 16
Octal 46 3 155 101 141 0 71 404 137 26
Binary 100110 11 1101101 1000001 1100001 0 111001 100000100 1011111 10110

Color Harmonies of #26036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26036D

Black with #26036D

Text Example


Text Example

White with #26036D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26036D; }

 p { color: rgb(38,3,109); }

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

background-color css

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

 a { background-color: rgb(38,3,109); }

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

border-color css

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

 span { border-color: rgb(38,3,109); }

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