Html Css Color HEX #231073 Persian Indigo

📋 copy color: '#231073'

red 35 ◦ green 16 ◦ blue 115

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

Shades of Persian Indigo #231073

Tints of Persian Indigo #231073

RGB

 RED value IS 35 (14.06% from 255) = 21.08%

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

 BLUE value IS 115 (45.31% from 255) = 69.28%

R = 21.08%
G = 9.64%
B = 69.28%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#231073 (or 0x231073) is known color: Persian Indigo. HEX triplet: 23, 10 and 73. RGB value is (35,16,115). Sum of RGB (Red+Green+Blue) = 35+16+115=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #231073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231073 is #DCEF8C. Grayscale: #202020. Windows color (decimal): -14479245 or 7540771. OLE color: 7540771.

HSL color Cylindrical-coordinate representation of color #231073: hue angle of 251.52º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #231073 is Cyan = 0.70, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 35 16 115 -
CMYK 0.70 0.86 0 0.55
HSL 251.52º 0.76% 0.26% -
HSV(B) 251.52º 0.86% 0.45% -
XYZ 3.97 1.97 16.39 -
YUV 32.97 174.29 129.45 -
System Red Green Blue C M Y K H S L
Decimal 35 16 115 0.70 0.86 0 0.55 251.52 0.76 0.26
Hex 23 10 73 46 56 0 37 FC 4C 1A
Octal 43 20 163 106 126 0 67 374 114 32
Binary 100011 10000 1110011 1000110 1010110 0 110111 11111100 1001100 11010

Color Harmonies of #231073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231073

Black with #231073

Text Example


Text Example

White with #231073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231073; }

 p { color: rgb(35,16,115); }

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

background-color css

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

 a { background-color: rgb(35,16,115); }

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

border-color css

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

 span { border-color: rgb(35,16,115); }

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