Html Css Color HEX #230168 Persian Indigo

📋 copy color: '#230168'

red 35 ◦ green 1 ◦ blue 104

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

Shades of Persian Indigo #230168

Tints of Persian Indigo #230168

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.71%

 BLUE value IS 104 (41.02% from 255) = 74.29%

R = 25%
G = 0.71%
B = 74.29%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#230168 (or 0x230168) is known color: Persian Indigo. HEX triplet: 23, 01 and 68. RGB value is (35,1,104). Sum of RGB (Red+Green+Blue) = 35+1+104=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 104 (41.02% from 255 or 74.29% from 140); Max value from RGB is 104 - color contains mainly: blue. Hex color #230168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230168 is #DCFE97. Grayscale: #161616. Windows color (decimal): -14483096 or 6816035. OLE color: 6816035.

HSL color Cylindrical-coordinate representation of color #230168: hue angle of 259.81º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #230168 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 35 1 104 -
CMYK 0.66 0.99 0 0.59
HSL 259.81º 0.98% 0.21% -
HSV(B) 259.81º 0.99% 0.41% -
XYZ 3.2 1.38 13.19 -
YUV 22.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 35 1 104 0.66 0.99 0 0.59 259.81 0.98 0.21
Hex 23 1 68 42 63 0 3B 104 62 15
Octal 43 1 150 102 143 0 73 404 142 25
Binary 100011 1 1101000 1000010 1100011 0 111011 100000100 1100010 10101

Color Harmonies of #230168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230168

Black with #230168

Text Example


Text Example

White with #230168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230168; }

 p { color: rgb(35,1,104); }

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

background-color css

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

 a { background-color: rgb(35,1,104); }

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

border-color css

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

 span { border-color: rgb(35,1,104); }

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