Html Css Color HEX #241067 Persian Indigo

📋 copy color: '#241067'

red 36 ◦ green 16 ◦ blue 103

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

Shades of Persian Indigo #241067

Tints of Persian Indigo #241067

RGB

 RED value IS 36 (14.45% from 255) = 23.23%

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

 BLUE value IS 103 (40.63% from 255) = 66.45%

R = 23.23%
G = 10.32%
B = 66.45%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#241067 (or 0x241067) is known color: Persian Indigo. HEX triplet: 24, 10 and 67. RGB value is (36,16,103). Sum of RGB (Red+Green+Blue) = 36+16+103=155 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.23% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 103 (40.62% from 255 or 66.45% from 155); Max value from RGB is 103 - color contains mainly: blue. Hex color #241067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241067 is #DBEF98. Grayscale: #1F1F1F. Windows color (decimal): -14413721 or 6754340. OLE color: 6754340.

HSL color Cylindrical-coordinate representation of color #241067: hue angle of 253.79º 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 #241067 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 16 103 -
CMYK 0.65 0.84 0 0.60
HSL 253.79º 0.73% 0.23% -
HSV(B) 253.79º 0.84% 0.4% -
XYZ 3.36 1.72 12.99 -
YUV 31.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 36 16 103 0.65 0.84 0 0.60 253.79 0.73 0.23
Hex 24 10 67 41 54 0 3C FE 49 17
Octal 44 20 147 101 124 0 74 376 111 27
Binary 100100 10000 1100111 1000001 1010100 0 111100 11111110 1001001 10111

Color Harmonies of #241067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241067

Black with #241067

Text Example


Text Example

White with #241067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241067; }

 p { color: rgb(36,16,103); }

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

background-color css

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

 a { background-color: rgb(36,16,103); }

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

border-color css

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

 span { border-color: rgb(36,16,103); }

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