Html Css Color HEX #230273 Persian Indigo

📋 copy color: '#230273'

red 35 ◦ green 2 ◦ blue 115

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

Shades of Persian Indigo #230273

Tints of Persian Indigo #230273

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 23.03%
G = 1.32%
B = 75.66%

CMYK

 C value IS 0.70

 M value IS 0.98

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#230273 (or 0x230273) is known color: Persian Indigo. HEX triplet: 23, 02 and 73. RGB value is (35,2,115). Sum of RGB (Red+Green+Blue) = 35+2+115=152 (20% of max value = 765). Red value is 35 (14.06% from 255 or 23.03% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 115 (45.31% from 255 or 75.66% from 152); Max value from RGB is 115 - color contains mainly: blue. Hex color #230273 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230273 is #DCFD8C. Grayscale: #181818. Windows color (decimal): -14482829 or 7537187. OLE color: 7537187.

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

Color convert

RGB 35 2 115 -
CMYK 0.70 0.98 0 0.55
HSL 257.52º 0.97% 0.23% -
HSV(B) 257.52º 0.98% 0.45% -
XYZ 3.81 1.64 16.34 -
YUV 24.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 35 2 115 0.70 0.98 0 0.55 257.52 0.97 0.23
Hex 23 2 73 46 62 0 37 102 61 17
Octal 43 2 163 106 142 0 67 402 141 27
Binary 100011 10 1110011 1000110 1100010 0 110111 100000010 1100001 10111

Color Harmonies of #230273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230273

Black with #230273

Text Example


Text Example

White with #230273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230273; }

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

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

background-color css

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

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

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

border-color css

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

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

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